[PATCH] ppc64: htab_initialize_secondary cannot be marked __init
authorAnton Blanchard <anton@samba.org>
Wed, 28 Dec 2005 23:46:29 +0000 (10:46 +1100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 29 Dec 2005 18:26:36 +0000 (10:26 -0800)
Sonny has noticed hotplug CPU on ppc64 is broken in 2.6.15-*. One of the
problems is that htab_initialize_secondary is called when a cpu is being
brought up, but it is marked __init.

Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found