aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/apic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/apic.h')
-rw-r--r--include/asm-x86_64/apic.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86_64/apic.h b/include/asm-x86_64/apic.h
index 9c96a0a8d1bd..8ed0f4d67b8d 100644
--- a/include/asm-x86_64/apic.h
+++ b/include/asm-x86_64/apic.h
@@ -29,8 +29,6 @@ extern int apic_runs_main_timer;
29 printk(s, ##a); \ 29 printk(s, ##a); \
30 } while (0) 30 } while (0)
31 31
32#ifdef CONFIG_X86_LOCAL_APIC
33
34struct pt_regs; 32struct pt_regs;
35 33
36/* 34/*
@@ -104,8 +102,6 @@ void switch_ipi_to_APIC_timer(void *cpumask);
104 102
105#define ARCH_APICTIMER_STOPS_ON_C3 1 103#define ARCH_APICTIMER_STOPS_ON_C3 1
106 104
107#endif /* CONFIG_X86_LOCAL_APIC */
108
109extern unsigned boot_cpu_id; 105extern unsigned boot_cpu_id;
110 106
111#endif /* __ASM_APIC_H */ 107#endif /* __ASM_APIC_H */