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:
8bb8519
)
x86: fix spin_is_contended()
author
Jan Beulich
<jbeulich@novell.com>
Mon, 4 Aug 2008 13:38:54 +0000
(14:38 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 15 Aug 2008 14:26:51 +0000
(16:26 +0200)
The masked difference is what needs to be compared against 1, rather
than the difference of masked values (which can be negative).
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Acked-by: Nick Piggin <npiggin@suse.de>
Cc: <stable@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found