Powerpc compile error with 2.6.39-rc3 and non-SMP configs

Michael Guntsche mike at it-loops.com
Wed Apr 13 20:17:37 EST 2011


Hi,

Commit b987812b3fc "powerpc/kexec: Fix mismatched ifdefs for PPC64/SMP."
breaks compilation on non SMP powerpc machines.
I wonder if this commit is really neccessary in the first place. The
function definition itself is already between an

#ifdef CONFIG_SMP (line 56)
#endif 

block so only exists if SMP=y and PPC_STD_MMU_64=y.
Furthermore the stub in your patch is only created if SMP=y and
PPC_STD_MMU_64=n which breaks non-SMP configs. 

Kind regards,
Michael Guntsche


More information about the Linuxppc-dev mailing list