repo.or.cz
/
usb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] LSM: remove BSD secure level security module
[usb.git]
/
include
/
asm-x86_64
/
alternative-asm.i
blob
e4041f4fa4dc09fa40100bb20c37ee4e90a424e2
1
#include
<
linux
/
config.h
>
2
3
#ifdef CONFIG_SMP
4
.macro LOCK_PREFIX
5
1
:
lock
6
.section .smp_locks
,
"a"
7
.align
8
8
.quad
1
b
9
.previous
10
.endm
11
#else
12
.macro LOCK_PREFIX
13
.endm
14
#endif