]> git.hungrycats.org Git - linux/commitdiff
[PATCH] ppc64: one more explicit cmp instruction sizing
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 12 Oct 2004 00:52:30 +0000 (17:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 12 Oct 2004 00:52:30 +0000 (17:52 -0700)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/mm/hash_low.S

index f179979c03838018b4e4c0aa06e7e3654de755ba..68dd4b9adf96cc0dcaebd80039f4f1f5669db832 100644 (file)
@@ -263,7 +263,7 @@ _GLOBAL(htab_call_hpte_updatepp)
        /* if we failed because typically the HPTE wasn't really here
         * we try an insertion. 
         */
-       cmp   0,r3,-1
+       cmpdi   0,r3,-1
        beq-    htab_insert_pte
 
        /* Clear the BUSY bit and Write out the PTE */