[SPARC64]: Access TSB with physical addresses when possible.
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 1 Feb 2006 23:55:21 +0000 (15:55 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:11:32 +0000 (01:11 -0800)
This way we don't need to lock the TSB into the TLB.
The trick is that every TSB load/store is registered into
a special instruction patch section.  The default uses
virtual addresses, and the patch instructions use physical
address load/stores.

We can't do this on all chips because only cheetah+ and later
have the physical variant of the atomic quad load.

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

No differences found