1
0
Fork 0

[IA64] palinfo.c: s/register_cpu_notifier/register_hotcpu_notifier/

Chandra Seetharaman missed one place in commit:
 65edc68c34
[but it only shows up when building the ski simulator configuration
 of ia64, so thats understandable]

Signed-off-by: Tony Luck <tony.luck@intel.com>
hifive-unleashed-5.1
Tony Luck 2006-06-28 09:55:13 -07:00
parent a39727f212
commit f1206641ef
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +998,7 @@ palinfo_init(void)
}
/* Register for future delivery via notify registration */
register_cpu_notifier(&palinfo_cpu_notifier);
register_hotcpu_notifier(&palinfo_cpu_notifier);
return 0;
}