[PATCH] msr.c: use register_hotcpu_notifier()
authorAndrew Morton <akpm@osdl.org>
Fri, 30 Jun 2006 08:55:29 +0000 (01:55 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 30 Jun 2006 18:25:34 +0000 (11:25 -0700)
commite09793bb9182115e6f5d15fd6571ac2b72d7a08a
treed6e399ec606854cf9a1d016fcc403727d7906b08
parent1017f6afd578fe519d316d7148356703c04e8f03
[PATCH] msr.c: use register_hotcpu_notifier()

register_cpu_notifier() cannot do anything in a module, in a
!CONFIG_HOTPLUG_CPU kernel.

Cc: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/msr.c