|
@@ -24,11 +24,11 @@
|
|
|
mov TLB_TAG_ACCESS, %g4 ! For reload of vaddr
|
|
|
|
|
|
/* PROT ** ICACHE line 2: More real fault processing */
|
|
|
+ ldxa [%g4] ASI_DMMU, %g5 ! Put tagaccess in %g5
|
|
|
bgu,pn %xcc, winfix_trampoline ! Yes, perform winfixup
|
|
|
- ldxa [%g4] ASI_DMMU, %g5 ! Put tagaccess in %g5
|
|
|
- ba,pt %xcc, sparc64_realfault_common ! Nope, normal fault
|
|
|
mov FAULT_CODE_DTLB | FAULT_CODE_WRITE, %g4
|
|
|
- nop
|
|
|
+ ba,pt %xcc, sparc64_realfault_common ! Nope, normal fault
|
|
|
+ nop
|
|
|
nop
|
|
|
nop
|
|
|
nop
|