Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
39103494fd0c5325763edd06c88b121a5c21516e
/
.
/
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