From: Eric W. Biederman Date: Sat, 25 Jun 2005 21:57:44 +0000 (-0700) Subject: [PATCH] kexec: x86: resture apic virtual wire mode on shutdown X-Git-Tag: v2.6.13-rc1~68^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=650927ef8ab1e9b05b77a3f32ca7adcedaae9306;p=pandora-kernel.git [PATCH] kexec: x86: resture apic virtual wire mode on shutdown When coming out of apic mode attempt to set the appropriate apic back into virtual wire mode. This improves on previous versions of this patch by by never setting bot the local apic and the ioapic into veritual wire mode. This code looks at data from the mptable to see if an ioapic has an ExtInt input to make this decision. A future improvement is to figure out which apic or ioapic was in virtual wire mode at boot time and to remember it. That is potentially a more accurate method, of selecting which apic to place in virutal wire mode. Signed-off-by: Eric Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed