[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>
This commit is contained in:
parent
a39727f212
commit
f1206641ef
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user