projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] remove unnecessary barrier in rtc_get_rtc_time
[linux-2.6]
/
include
/
asm-x86_64
/
alternative-asm.i
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 1b
9
.previous
10
.endm
11
#else
12
.macro LOCK_PREFIX
13
.endm
14
#endif