diff options
author | Tony Luck <tony.luck@intel.com> | 2006-06-23 16:46:23 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-06-23 16:46:23 -0400 |
commit | 8cf60e04a131310199d5776e2f9e915f0c468899 (patch) | |
tree | 373a68e88e6737713a0a5723d552cdeefffff929 /arch/x86_64/kernel/apic.c | |
parent | 1323523f505606cfd24af6122369afddefc3b09d (diff) | |
parent | 95eaa5fa8eb2c345244acd5f65b200b115ae8c65 (diff) |
Auto-update from upstream
Diffstat (limited to 'arch/x86_64/kernel/apic.c')
-rw-r--r-- | arch/x86_64/kernel/apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/apic.c b/arch/x86_64/kernel/apic.c index 100a30c40044..29ef99001e05 100644 --- a/arch/x86_64/kernel/apic.c +++ b/arch/x86_64/kernel/apic.c | |||
@@ -51,7 +51,7 @@ int disable_apic_timer __initdata; | |||
51 | static cpumask_t timer_interrupt_broadcast_ipi_mask; | 51 | static cpumask_t timer_interrupt_broadcast_ipi_mask; |
52 | 52 | ||
53 | /* Using APIC to generate smp_local_timer_interrupt? */ | 53 | /* Using APIC to generate smp_local_timer_interrupt? */ |
54 | int using_apic_timer = 0; | 54 | int using_apic_timer __read_mostly = 0; |
55 | 55 | ||
56 | static void apic_pm_activate(void); | 56 | static void apic_pm_activate(void); |
57 | 57 | ||