Build failure with 3.9.3 (Regression 3.9.2->3.9.3)

2013-05-20 Thread Adam Lackorzynski
Hi, 3.9.3 introduced the following build failure: CC arch/powerpc/kernel/rtas.o arch/powerpc/kernel/rtas.c: In function ‘rtas_cpu_state_change_mask’: arch/powerpc/kernel/rtas.c:843:4: error: implicit declaration of function ‘cpu_down’ [-Werror=implicit-function-declaration] cc1: all warni

[PATCH] powerpc: Fix SMP build with disabled CPU hotplugging.

2010-02-27 Thread Adam Lackorzynski
): undefined reference to `.get_cpu_current_state' smp.c:(.devinit.text+0x1a8): undefined reference to `.get_cpu_current_state' make: *** [.tmp_vmlinux1] Error 1 The following change fixes that for me and seems to work as expected. Signed-off-by: Adam Lackorzynski --- arch/powerpc/platfo