git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c2047c
)
x86: wmb() confusion in system.h
author
Pavel Machek
<pavel@ucw.cz>
Mon, 3 Mar 2008 11:49:09 +0000
(12:49 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:40:52 +0000
(17:40 +0200)
Comment says wmb is a nop, but it is implemented as lock addl
below... Should it be compiled to nop if we know we are running on
"good" Intel cpu?
At least remove confusing comment for now.
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/system.h
patch
|
blob
|
history
diff --cc
include/asm-x86/system.h
Simple merge