From: Linus Torvalds Date: Sun, 22 Feb 2009 18:27:49 +0000 (-0800) Subject: x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptors X-Git-Tag: v2.6.29-rc6~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=936577c61d0c10b8929608a92c98d839b22053bc;p=pandora-kernel.git x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptors Right now nobody cares, but the suspend/resume code will eventually want to suspend device interrupts without suspending the timer, and will depend on this flag to know. The modern x86 timer infrastructure uses the local APIC timers and never shows up as a device interrupt at all, so it isn't affected and doesn't need any of this. Cc: Rafael J. Wysocki Cc: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed