Commit f1206641 authored by Tony Luck's avatar Tony Luck

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

Chandra Seetharaman missed one place in commit:
 65edc68c
[but it only shows up when building the ski simulator configuration
 of ia64, so thats understandable]
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent a39727f2
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment