From: Matthew Garrett Date: Tue, 26 Sep 2006 08:52:41 +0000 (+0200) Subject: [PATCH] x86: - restore i8259A eoi status on resume X-Git-Tag: v2.6.19-rc1~1077^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35d534a3ff4905c0a7bddbad0fc9df55967742c7;p=pandora-kernel.git [PATCH] x86: - restore i8259A eoi status on resume Got it. i8259A_resume calls init_8259A(0) unconditionally, even if auto_eoi has been set. Keep track of the current status and restore that on resume. This fixes it for AMD64 and i386. Signed-off-by: Matthew Garrett Signed-off-by: Andi Kleen --- Reading git-diff-tree failed