From: Olof Johansson Date: Thu, 4 Aug 2005 19:53:29 +0000 (-0700) Subject: [PATCH] ppc64: Fix UP kernel build X-Git-Tag: v2.6.13-rc6~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75eedfed3e2d05563f44d2f69efb991fad95d7f1;p=pandora-kernel.git [PATCH] ppc64: Fix UP kernel build 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 remembering how it's supposed to work and why. Signed-off-by: Olof Johansson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed