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
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
s390
/
include
/
asm
/
vdso
/
processor.h
blob
cfcc3e117c4c96ffa89511f51cb072a62650a36d
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
#ifndef __ASM_VDSO_PROCESSOR_H
3
#define __ASM_VDSO_PROCESSOR_H
4
5
#define cpu_relax() barrier()
6
7
#endif
/* __ASM_VDSO_PROCESSOR_H */