commit | 4e0304310f5180eee11b4edc72cf4cb78acdc634 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Mon Nov 10 09:16:40 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Nov 10 09:16:40 2008 +0100 |
tree | ce01e1d5e32cd4dea916d05392e98b14d6e8e780 | |
parent | 4ecd33d930591d41fe356160593a9076467b961c [diff] |
x86: apic - calibrate_APIC_clock remove redundant irq-enable-disable 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>