Revision b6a7c79a52939513ef043d6eb9fcf12a056c010e authored by OGAWA Hirofumi on 04 July 2006, 00:32:20 UTC, committed by Linus Torvalds on 04 July 2006, 04:25:20 UTC
With recent change, if CONFIG_HOTPLUG_CPU is disabled,
register_cpu_notifier() is not exported.  And it breaked moduler msr/cpuid
(msr.c was already fixed).

We need to use register_hotcpu_notifier() now in module, instead of
register_cpu_notifier().

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 912b253
History

back to top