From: Milton Miller Date: Fri, 10 Oct 2008 01:56:35 +0000 (+0000) Subject: powerpc/xics: EOI xics ipi by hand in kexec X-Git-Tag: v2.6.28-rc1~569^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a57c926b6da56b4f904a0d8117ac362724f8c66;p=pandora-kernel.git powerpc/xics: EOI xics ipi by hand in kexec EOI normally has the side effect of returning the cpu to the base priority to recieve the next interrupt. This is actually controlled by the top byte of the xirr register. When we are exiting the kernel in kexec we must eoi the ipi for the next kernel because we never return from the handler, but we want to leave interrupt delivery blocked until the next kernel takes action. Since the hardware ipi vector is fixed, its easiest to just do the eoi explicitly. Signed-off-by: Milton Miller Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed