[SPARC64]: Fix incorrect TSB lock bit handling.
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 Feb 2006 02:32:44 +0000 (18:32 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:11:21 +0000 (01:11 -0800)
The TSB_LOCK_BIT define is actually a special
value shifted down by 32-bits for the assembler
code macros.

In C code, this isn't what we want.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found