Sign in
googlers
/
maze
/
linux
/
76c3bb15d6786a0b8da0ad0090e0c9c3672fc08b
/
.
/
include
/
asm-frv
/
smp.h
blob: 38349ec8b61b4f69692e900e6f28d1504cf2061c [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
#ifndef
__ASM_SMP_H
2
#define
__ASM_SMP_H
3
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
4
5
#ifdef
CONFIG_SMP
6
#error
SMP
not
supported
7
#endif
8
9
#endif