ChangeSet 1.2231.1.23, 2005/03/28 19:22:43-08:00, [EMAIL PROTECTED]

        [PATCH] ppc32: typo fix in load/store string emulation
        
        Patch fixes a typo in the emulation of load/store string emulations 
pointed
        out by Segher Boessenkool.
        
        Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 traps.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/arch/ppc/kernel/traps.c b/arch/ppc/kernel/traps.c
--- a/arch/ppc/kernel/traps.c   2005-03-28 21:11:27 -08:00
+++ b/arch/ppc/kernel/traps.c   2005-03-28 21:11:27 -08:00
@@ -412,7 +412,7 @@
                        return -EINVAL;
 
        /* Early out if we are an invalid form of lswi */
-       if ((instword & INST_STRING_MASK) == INST_LSWX)
+       if ((instword & INST_STRING_MASK) == INST_LSWI)
                if ((rA >= rT) || (rT == rA))
                        return -EINVAL;
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to