diff options
Diffstat (limited to 'include/asm-x86/smp.h')
-rw-r--r-- | include/asm-x86/smp.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h index e5534f19c312..21472cea3d6c 100644 --- a/include/asm-x86/smp.h +++ b/include/asm-x86/smp.h | |||
@@ -5,6 +5,19 @@ | |||
5 | #include <linux/init.h> | 5 | #include <linux/init.h> |
6 | #include <asm/percpu.h> | 6 | #include <asm/percpu.h> |
7 | 7 | ||
8 | /* | ||
9 | * We need the APIC definitions automatically as part of 'smp.h' | ||
10 | */ | ||
11 | #ifdef CONFIG_X86_LOCAL_APIC | ||
12 | # include <asm/mpspec.h> | ||
13 | # include <asm/apic.h> | ||
14 | # ifdef CONFIG_X86_IO_APIC | ||
15 | # include <asm/io_apic.h> | ||
16 | # endif | ||
17 | #endif | ||
18 | #include <asm/pda.h> | ||
19 | #include <asm/thread_info.h> | ||
20 | |||
8 | extern cpumask_t cpu_callout_map; | 21 | extern cpumask_t cpu_callout_map; |
9 | 22 | ||
10 | extern int smp_num_siblings; | 23 | extern int smp_num_siblings; |