[SPARC64]: Fix bogus flush instruction usage.
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 Feb 2006 02:33:00 +0000 (18:33 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:11:22 +0000 (01:11 -0800)
commit4da808c352c290d3f762933d44d4ab90c2fd65f3
treeda99326440777580a19c345a5b0d52fbf800042b
parent4753eb2ac7022b999e5e484f1a5dc001dba22bd3
[SPARC64]: Fix bogus flush instruction usage.

Some of the trap code was still assuming that alternate
global %g6 was hard coded with current_thread_info().
Let's just consistently flush at KERNBASE when we need
a pipeline synchronization.  That's locked into the TLB
and will always work.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/etrap.S
arch/sparc64/kernel/rtrap.S
arch/sparc64/kernel/winfixup.S
arch/sparc64/lib/clear_page.S
arch/sparc64/mm/ultra.S