Skip to content

Commit

Permalink
[SPARC64]: Fix typo in SUN4V D-TLB miss handler.
Browse files Browse the repository at this point in the history
Should put FAULT_CODE_DTLB into %g3 not FAULT_CODE_ITLB.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent e229904 commit 92daa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc64/kernel/sun4v_tlb_miss.S
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sun4v_dtlb_miss:
ldda [%g1] ASI_QUAD_LDD_PHYS_4V, %g2
cmp %g2, %g6
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
* D-TLB and return from trap.
Expand Down

0 comments on commit 92daa77

Please sign in to comment.