[SPARC64]: Simplify sun4v TLB handling using macros.
authorDavid S. Miller <davem@sunset.davemloft.net>
Sat, 11 Feb 2006 08:29:34 +0000 (00:29 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:12:16 +0000 (01:12 -0800)
There was also a bug in sun4v_itlb_miss, it loaded the
MMU Fault Status base into %g3 instead of %g2.

This pointed out a fast path for TSB miss processing,
since we have %g2 with the MMU Fault Status base, we
can use that to quickly load up the PGD phys address.

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

No differences found