diff options
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | 2006-07-03 17:32:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-03 21:25:20 -0700 |
commit | b6a7c79a52939513ef043d6eb9fcf12a056c010e (patch) | |
tree | 30cf12aeda448cbc9072b4db91cd93a6c3a9ecda /arch/parisc | |
parent | 912b2539e1e062cec73e2e61448e507f7719bd08 (diff) |
[PATCH] Fix modular cpuid.ko
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>
Diffstat (limited to 'arch/parisc')
0 files changed, 0 insertions, 0 deletions