[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>
Showing
- arch/sparc64/kernel/etrap.S 4 additions, 2 deletionsarch/sparc64/kernel/etrap.S
- arch/sparc64/kernel/rtrap.S 2 additions, 1 deletionarch/sparc64/kernel/rtrap.S
- arch/sparc64/kernel/winfixup.S 2 additions, 1 deletionarch/sparc64/kernel/winfixup.S
- arch/sparc64/lib/clear_page.S 3 additions, 1 deletionarch/sparc64/lib/clear_page.S
- arch/sparc64/mm/ultra.S 19 additions, 12 deletionsarch/sparc64/mm/ultra.S
Loading
Please register or sign in to comment