projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'audit.b39' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit...
[linux-2.6]
/
include
/
asm-x86_64
/
alternative-asm.i
1
#ifdef CONFIG_SMP
2
.macro LOCK_PREFIX
3
1: lock
4
.section .smp_locks,"a"
5
.align 8
6
.quad 1b
7
.previous
8
.endm
9
#else
10
.macro LOCK_PREFIX
11
.endm
12
#endif