aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/smp.h')
-rw-r--r--include/asm-x86/smp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h
index f2e8319a6b0b..f250d1c3f8a0 100644
--- a/include/asm-x86/smp.h
+++ b/include/asm-x86/smp.h
@@ -1,5 +1,12 @@
1#ifndef _ASM_X86_SMP_H_
2#define _ASM_X86_SMP_H_
3#ifndef __ASSEMBLY__
4
1#ifdef CONFIG_X86_32 5#ifdef CONFIG_X86_32
2# include "smp_32.h" 6# include "smp_32.h"
3#else 7#else
4# include "smp_64.h" 8# include "smp_64.h"
5#endif 9#endif
10
11#endif /* __ASSEMBLY__ */
12#endif