From: OGAWA Hirofumi Date: Tue, 4 Jul 2006 00:32:20 +0000 (-0700) Subject: [PATCH] Fix modular cpuid.ko X-Git-Tag: v2.6.18-rc1~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a7c79a52939513ef043d6eb9fcf12a056c010e;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed