Commit ed5c27c6 authored by David Woodhouse's avatar David Woodhouse Committed by Linus Torvalds

[PATCH] ppc64: one more explicit cmp instruction sizing

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 825d5976
......@@ -263,7 +263,7 @@ _GLOBAL(htab_call_hpte_updatepp)
/* if we failed because typically the HPTE wasn't really here
* we try an insertion.
*/
cmpi 0,r3,-1
cmpdi 0,r3,-1
beq- htab_insert_pte
/* Clear the BUSY bit and Write out the PTE */
......
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