Sign in
zircon-guest
/
third_party
/
linux
/
db1a19b38f3a85f475b4ad716c71be133d8ca48e
/
.
/
include
/
asm-i386
/
alternative-asm.i
blob: 6c47e3b9484b8b9043933eb31d9917558c76444d [
file
] [
log
] [
blame
]
#include
<linux/config.h>
#ifdef
CONFIG_SMP
.
macro LOCK_PREFIX
1
:
lock
.
section
.
smp_locks
,
"a"
.
align
4
.
long
1b
.
previous
.
endm
#else
.
macro LOCK_PREFIX
.
endm
#endif