Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
c27cfeffad436816ecd500b8dc94acf348182b13
/
.
/
include
/
asm-x86
/
smp.h
blob: f250d1c3f8a072330435e230513bafa050535df9 [
file
] [
log
] [
blame
]
#ifndef
_ASM_X86_SMP_H_
#define
_ASM_X86_SMP_H_
#ifndef
__ASSEMBLY__
#ifdef
CONFIG_X86_32
# include "smp_32.h"
#else
# include "smp_64.h"
#endif
#endif
/* __ASSEMBLY__ */
#endif