blob: f250d1c3f8a072330435e230513bafa050535df9 [file] [log] [blame]
Glauber Costac27cfef2008-03-03 14:12:29 -03001#ifndef _ASM_X86_SMP_H_
2#define _ASM_X86_SMP_H_
3#ifndef __ASSEMBLY__
4
Thomas Gleixner96a388d2007-10-11 11:20:03 +02005#ifdef CONFIG_X86_32
6# include "smp_32.h"
7#else
8# include "smp_64.h"
9#endif
Glauber Costac27cfef2008-03-03 14:12:29 -030010
11#endif /* __ASSEMBLY__ */
12#endif