提交 f1206641 编写于 作者: T 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: NTony Luck <tony.luck@intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册