From: Paul Mackerras Date: Thu, 4 Aug 2005 19:53:37 +0000 (-0700) Subject: [PATCH] ppc64: fix for kexec boot issue X-Git-Tag: v2.6.13-rc6~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d22d85a852b72398a81b8e476977b28b4400f7c;p=pandora-kernel.git [PATCH] ppc64: fix for kexec boot issue The kexec boot is not successful on some power machines since all CPUs are getting removed from global interrupt queue (GIQ) before kexec boot. Some systems always expect at least one CPU in GIQ. Hence, this patch will make sure that only secondary CPUs are removed from GIQ. Signed-off-by: Haren Myneni Signed-off-by: Paul Mackerras Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed