ChangeSet 1.2231.1.29, 2005/03/28 19:24:23-08:00, [EMAIL PROTECTED]

        [PATCH] ppc32: 8xx typo fix
        
        The following patch fixes a typo which was introduced in the great SPRN_
        renaming.
        
        Signed-off-by: Pantelis Antoniou <[EMAIL PROTECTED]>
        Signed-off-by: Tom Rini <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 head_8xx.S |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/arch/ppc/kernel/head_8xx.S b/arch/ppc/kernel/head_8xx.S
--- a/arch/ppc/kernel/head_8xx.S        2005-03-28 21:12:45 -08:00
+++ b/arch/ppc/kernel/head_8xx.S        2005-03-28 21:12:45 -08:00
@@ -307,7 +307,7 @@
        stw     r11, 4(r0)
        mfspr   r10, SPRN_SRR0  /* Get effective address of fault */
        DO_8xx_CPU6(0x3780, r3)
-       mtspr   SPRN_MD_EPN, r1 /* Have to use MD_EPN for walk, MI_EPN can't */
+       mtspr   SPRN_MD_EPN, r10        /* Have to use MD_EPN for walk, MI_EPN 
can't */
        mfspr   r10, SPRN_M_TWB /* Get level 1 table entry address */
 
        /* If we are faulting a kernel address, we have to use the
-
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