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:
4ecd33d
)
x86: apic - calibrate_APIC_clock remove redundant irq-enable-disable
author
Cyrill Gorcunov
<gorcunov@gmail.com>
Mon, 10 Nov 2008 08:16:40 +0000
(09:16 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 10 Nov 2008 08:16:40 +0000
(09:16 +0100)
Impact: cleanup
lapic_timer_setup is self-protected with local_irq_save/restore
no need to use them in caller and levt is the per-cpu variable so
no concurrent access from another cpu.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: "Maciej W. Rozycki" <macro@linux-mips.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found