[SPARC64]: Fix typo in SUN4V D-TLB miss handler.
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 2 Mar 2006 06:27:09 +0000 (22:27 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:14:12 +0000 (01:14 -0800)
Should put FAULT_CODE_DTLB into %g3 not FAULT_CODE_ITLB.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/sun4v_tlb_miss.S

index 654244a..3dccbd6 100644 (file)
@@ -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.