[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)
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>

No differences found