Sign in
gem5
/
arm
/
linux-arm64-legacy
/
f30c2269544bffc7bf1b0d7c0abe5be1be83b8cb
/
.
/
include
/
asm-x86_64
/
alternative-asm.i
blob: e4041f4fa4dc09fa40100bb20c37ee4e90a424e2 [
file
] [
log
] [
blame
]
#include
<linux/config.h>
#ifdef
CONFIG_SMP
.
macro LOCK_PREFIX
1
:
lock
.
section
.
smp_locks
,
"a"
.
align
8
.
quad
1b
.
previous
.
endm
#else
.
macro LOCK_PREFIX
.
endm
#endif