diff options
Diffstat (limited to 'include/asm-x86/smp_64.h')
-rw-r--r-- | include/asm-x86/smp_64.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/asm-x86/smp_64.h b/include/asm-x86/smp_64.h index b83151d7388c..eead92e30b29 100644 --- a/include/asm-x86/smp_64.h +++ b/include/asm-x86/smp_64.h | |||
@@ -1,22 +1,6 @@ | |||
1 | #ifndef __ASM_SMP_H | 1 | #ifndef __ASM_SMP_H |
2 | #define __ASM_SMP_H | 2 | #define __ASM_SMP_H |
3 | 3 | ||
4 | #include <linux/cpumask.h> | ||
5 | #include <linux/init.h> | ||
6 | |||
7 | /* | ||
8 | * We need the APIC definitions automatically as part of 'smp.h' | ||
9 | */ | ||
10 | #ifdef CONFIG_X86_LOCAL_APIC | ||
11 | # include <asm/mpspec.h> | ||
12 | # include <asm/apic.h> | ||
13 | # ifdef CONFIG_X86_IO_APIC | ||
14 | # include <asm/io_apic.h> | ||
15 | # endif | ||
16 | #endif | ||
17 | #include <asm/pda.h> | ||
18 | #include <asm/thread_info.h> | ||
19 | |||
20 | extern cpumask_t cpu_initialized; | 4 | extern cpumask_t cpu_initialized; |
21 | extern cpumask_t cpu_callin_map; | 5 | extern cpumask_t cpu_callin_map; |
22 | 6 | ||