]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptors
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Feb 2009 18:27:49 +0000 (10:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Feb 2009 18:27:49 +0000 (10:27 -0800)
commitcf88480eddc73f3450afceae11ceaa765fe03c63
tree783762072ef235e86c7053f7f18af15e2c003157
parentd8b0e2a546b461e39b873f29cb93ffb9afe70f44
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 <rjw@sisk.pl>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/kernel/time_64.c
arch/x86/kernel/vmiclock_32.c
arch/x86/mach-default/setup.c
arch/x86/mach-voyager/setup.c