2008-03-04 01:12:29 +08:00
|
|
|
#ifndef _ASM_X86_SMP_H_
|
|
|
|
#define _ASM_X86_SMP_H_
|
|
|
|
#ifndef __ASSEMBLY__
|
|
|
|
|
2007-10-11 17:20:03 +08:00
|
|
|
#ifdef CONFIG_X86_32
|
|
|
|
# include "smp_32.h"
|
|
|
|
#else
|
|
|
|
# include "smp_64.h"
|
|
|
|
#endif
|
2008-03-04 01:12:29 +08:00
|
|
|
|
|
|
|
#endif /* __ASSEMBLY__ */
|
|
|
|
#endif
|