Re: [PATCH] PPC64: Fix UP kernel build

2005-08-04 Thread Andreas Schwab
Olof Johansson <[EMAIL PROTECTED]> writes: > Index: 2.6/arch/ppc64/kernel/machine_kexec.c > === > --- 2.6.orig/arch/ppc64/kernel/machine_kexec.c2005-08-03 > 19:53:16.0 -0500 > +++ 2.6/arch/ppc64/kernel/machine_kexec.c

[PATCH] PPC64: Fix UP kernel build

2005-08-03 Thread Olof Johansson
Hi, CONFIG_KEXEC breaks UP builds because of a misspelled smp_release_cpus(). Also, the function isn't defined unless built with CONFIG_SMP but it is needed if we are to go from a UP to SMP kernel. Enable it and document it. Thanks to Steven Winiecki for reporting this and to Milton for rememberi