repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/speculation/mds: Fix documentation typo
[linux/fpc-iii.git]
/
arch
/
frv
/
include
/
asm
/
smp.h
blob
0d7fa409312d872bb7ed754866b2e683ac750d6a
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ASM_SMP_H
3
#define __ASM_SMP_H
4
5
6
#ifdef CONFIG_SMP
7
#error SMP not supported
8
#endif
9
10
#endif