From: Cyrill Gorcunov Date: Mon, 10 Nov 2008 08:16:40 +0000 (+0100) Subject: x86: apic - calibrate_APIC_clock remove redundant irq-enable-disable X-Git-Tag: v2.6.29-rc1~538^2~16^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e0304310f5180eee11b4edc72cf4cb78acdc634;p=pandora-kernel.git 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 Acked-by: "Maciej W. Rozycki" Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed