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

2011-04-13 Thread Paul Gortmaker
On 11-04-13 06:17 AM, Michael Guntsche wrote: > Hi, > > Commit b987812b3fc "powerpc/kexec: Fix mismatched ifdefs for PPC64/SMP." > breaks compilation on non SMP powerpc machines. Ah crap. I compile tested on SMP, so didn't see that. > I wonder if this commit is really neccessary in the first pl

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

2011-04-13 Thread Michael Guntsche
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 exi