From: Thomas Gleixner Date: Thu, 6 Nov 2008 00:13:39 +0000 (+0100) Subject: x86: apic reset counter on shutdown X-Git-Tag: v2.6.29-rc1~538^2~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a98f8fd24fb24fcb9a359553e64dd6aac5cf4279;p=pandora-kernel.git x86: apic reset counter on shutdown Impact: avoid spurious lapic timer events on shutdown The apic timer might be close to firing when it is shutdown. We can not really disable the timer - we just mask the interrupt. That way we can get an extra interrupt when it is reenabled. Set the counter to max on shutdown to avoid this. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed