Sign in
coral
/
linux-mtk
/
cb3ed5b7e09c6c0462e396d55e3fecc0980a333a
/
.
/
include
/
asm-x86_64
/
alternative-asm.i
blob: 0b3f1a2bb2cb3a06eba0b6f8ae78a702712d720a [
file
] [
log
] [
blame
]
#ifdef
CONFIG_SMP
.
macro LOCK_PREFIX
1
:
lock
.
section
.
smp_locks
,
"a"
.
align
8
.
quad
1b
.
previous
.
endm
#else
.
macro LOCK_PREFIX
.
endm
#endif