git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abcaa2b
)
x86: check_timer cleanup
author
Yinghai Lu
<yinghai@kernel.org>
Mon, 9 Feb 2009 00:18:03 +0000
(16:18 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 9 Feb 2009 08:21:29 +0000
(09:21 +0100)
Impact: make check-timer more robust potentially solve boot fragility
For edge trigger io-apic routing, we already unmasked the pin via
setup_IO_APIC_irq(), so don't unmask it again.
Also call local_irq_disable() between timer_irq_works(), because it
calls local_irq_enable() inside.
Also remove not needed apic version reading for 64-bit
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/io_apic.c
patch
|
blob
|
history
diff --cc
arch/x86/kernel/io_apic.c
Simple merge