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