Commit 92daa77e authored by David S. Miller's avatar David S. Miller

[SPARC64]: Fix typo in SUN4V D-TLB miss handler.

Should put FAULT_CODE_DTLB into %g3 not FAULT_CODE_ITLB.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e2299045
...@@ -107,7 +107,7 @@ sun4v_dtlb_miss: ...@@ -107,7 +107,7 @@ sun4v_dtlb_miss:
ldda [%g1] ASI_QUAD_LDD_PHYS_4V, %g2 ldda [%g1] ASI_QUAD_LDD_PHYS_4V, %g2
cmp %g2, %g6 cmp %g2, %g6
bne,a,pn %xcc, tsb_miss_page_table_walk bne,a,pn %xcc, tsb_miss_page_table_walk
mov FAULT_CODE_ITLB, %g3 mov FAULT_CODE_DTLB, %g3
/* We have a valid entry, make hypervisor call to load /* We have a valid entry, make hypervisor call to load
* D-TLB and return from trap. * D-TLB and return from trap.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment