]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc/booke: Fix some comments related to debug level exceptions
authorKumar Gala <galak@kernel.crashing.org>
Wed, 11 Jun 2008 18:07:26 +0000 (13:07 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 11 Jun 2008 18:48:34 +0000 (13:48 -0500)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/head_booke.h

index f277fade19328e015149e950978f035eea1fac72..9501c580ce8719faa071cdf6ee38b61c84d4a437 100644 (file)
@@ -240,7 +240,7 @@ label:
         * the code where the exception occurred (since exception entry       \
         * doesn't turn off DE automatically).  We simulate the effect        \
         * of turning off DE on entry to an exception handler by turning      \
-        * off DE in the CSRR1 value and clearing the debug status.           \
+        * off DE in the DSRR1 value and clearing the debug status.           \
         */                                                                   \
        mfspr   r10,SPRN_DBSR;          /* check single-step/branch taken */  \
        andis.  r10,r10,DBSR_IC@h;                                            \
@@ -278,7 +278,7 @@ label:
        RFDI;                                                                 \
        b       .;                                                            \
                                                                              \
-       /* continue normal handling for a critical exception... */            \
+       /* continue normal handling for a debug exception... */               \
 2:     mfspr   r4,SPRN_DBSR;                                                 \
        addi    r3,r1,STACK_FRAME_OVERHEAD;                                   \
        EXC_XFER_TEMPLATE(DebugException, 0x2008, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, debug_transfer_to_handler, ret_from_debug_exc)