x86: fix spin_is_contended()
authorJan Beulich <jbeulich@novell.com>
Mon, 4 Aug 2008 13:38:54 +0000 (14:38 +0100)
committerIngo 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