All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Q-ha Park" <qhpark@jchyun.com>
To: linuxppc-embedded@lists.linuxppc.org
Subject: bug in arch/ppc/kernel/traps.c
Date: Sat, 8 Mar 2003 03:09:45 +0900	[thread overview]
Message-ID: <dz3834f6/linuxppc-embedded@lists.linuxppc.org/qhpark@jchyun.com> (raw)


--- 1.43/arch/ppc/kernel/traps.c        Sat Mar  1 03:30:44 2003
+++ edited/traps.c      Sat Mar  8 03:27:08 2003
@@ -176,7 +176,7 @@
 #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
 /* On 4xx, the reason for the machine check or program exception
    is in the ESR. */
-#define get_reason(regs)       mfspr(SPRN_ESR);
+#define get_reason(regs)       mfspr(SPRN_ESR)
 #define REASON_FP              0
 #define REASON_ILLEGAL         ESR_PIL
 #define REASON_PRIVILEGED      ESR_PPR


someone should change this.


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

                 reply	other threads:[~2003-03-07 18:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dz3834f6/linuxppc-embedded@lists.linuxppc.org/qhpark@jchyun.com \
    --to=qhpark@jchyun.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.