]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-x86/smp.h
x86: commonize smp.h
[linux-2.6-omap-h63xx.git] / include / asm-x86 / smp.h
1 #ifndef _ASM_X86_SMP_H_
2 #define _ASM_X86_SMP_H_
3 #ifndef __ASSEMBLY__
4
5 #ifdef CONFIG_X86_32
6 # include "smp_32.h"
7 #else
8 # include "smp_64.h"
9 #endif
10
11 #endif /* __ASSEMBLY__ */
12 #endif