linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* bug in arch/ppc/kernel/traps.c
@ 2003-03-07 18:09 Q-ha Park
  0 siblings, 0 replies; only message in thread
From: Q-ha Park @ 2003-03-07 18:09 UTC (permalink / raw)
  To: linuxppc-embedded


--- 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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-07 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-07 18:09 bug in arch/ppc/kernel/traps.c Q-ha Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).