]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit5c0791288d86d397ad50d4ea164b2739db7e384c
tree59a4591b76ef18e54b5b1b2687268e0dd6bb69ef
parentf4c829c1da6bbd8925cda891f332ad3e28a45d55
[SPARC64]: Simplify sun4v TLB handling using macros.

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>
arch/sparc64/kernel/sun4v_tlb_miss.S
arch/sparc64/kernel/tsb.S