From: Wladislav Wiebe <wladislav.kw@gmail.com>
To: linuxppc-dev@lists.ozlabs.org, benh@kernel.crashing.org,
paulus@samba.org, scottwood@freescale.com, mikey@neuling.org,
mahesh@linux.vnet.ibm.com, michael@ellerman.id.au,
anton@samba.org, r65777@freescale.com, haokexin@gmail.com
Cc: wladislav.kw@gmail.com, linux-kernel@vger.kernel.org
Subject: [PATCH 1/1] powerpc/traps/e500: fix misleading error output
Date: Tue, 17 Jun 2014 15:30:53 +0200 [thread overview]
Message-ID: <53A0430D.8000006@gmail.com> (raw)
In machine_check_e500 exception handler is a wrong indication
in case of MCSR_BUS_WBERR - so print "Write" instead of "Read".
Signed-off-by: Wladislav Wiebe <wladislav.kw@gmail.com>
---
arch/powerpc/kernel/traps.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
index 239f1cd..cb9cfe4 100644
--- a/arch/powerpc/kernel/traps.c
+++ b/arch/powerpc/kernel/traps.c
@@ -609,7 +609,7 @@ int machine_check_e500(struct pt_regs *regs)
if (reason & MCSR_BUS_RBERR)
printk("Bus - Read Data Bus Error\n");
if (reason & MCSR_BUS_WBERR)
- printk("Bus - Read Data Bus Error\n");
+ printk("Bus - Write Data Bus Error\n");
if (reason & MCSR_BUS_IPERR)
printk("Bus - Instruction Parity Error\n");
if (reason & MCSR_BUS_RPERR)
--
1.7.1
WARNING: multiple messages have this Message-ID (diff)
From: Wladislav Wiebe <wladislav.kw@gmail.com>
To: linuxppc-dev@lists.ozlabs.org, benh@kernel.crashing.org,
paulus@samba.org, scottwood@freescale.com, mikey@neuling.org,
mahesh@linux.vnet.ibm.com, michael@ellerman.id.au,
anton@samba.org, r65777@freescale.com, haokexin@gmail.com
Cc: linux-kernel@vger.kernel.org, wladislav.kw@gmail.com
Subject: [PATCH 1/1] powerpc/traps/e500: fix misleading error output
Date: Tue, 17 Jun 2014 15:30:53 +0200 [thread overview]
Message-ID: <53A0430D.8000006@gmail.com> (raw)
In machine_check_e500 exception handler is a wrong indication
in case of MCSR_BUS_WBERR - so print "Write" instead of "Read".
Signed-off-by: Wladislav Wiebe <wladislav.kw@gmail.com>
---
arch/powerpc/kernel/traps.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
index 239f1cd..cb9cfe4 100644
--- a/arch/powerpc/kernel/traps.c
+++ b/arch/powerpc/kernel/traps.c
@@ -609,7 +609,7 @@ int machine_check_e500(struct pt_regs *regs)
if (reason & MCSR_BUS_RBERR)
printk("Bus - Read Data Bus Error\n");
if (reason & MCSR_BUS_WBERR)
- printk("Bus - Read Data Bus Error\n");
+ printk("Bus - Write Data Bus Error\n");
if (reason & MCSR_BUS_IPERR)
printk("Bus - Instruction Parity Error\n");
if (reason & MCSR_BUS_RPERR)
--
1.7.1
next reply other threads:[~2014-06-17 13:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-17 13:30 Wladislav Wiebe [this message]
2014-06-17 13:30 ` [PATCH 1/1] powerpc/traps/e500: fix misleading error output Wladislav Wiebe
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=53A0430D.8000006@gmail.com \
--to=wladislav.kw@gmail.com \
--cc=anton@samba.org \
--cc=benh@kernel.crashing.org \
--cc=haokexin@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mahesh@linux.vnet.ibm.com \
--cc=michael@ellerman.id.au \
--cc=mikey@neuling.org \
--cc=paulus@samba.org \
--cc=r65777@freescale.com \
--cc=scottwood@freescale.com \
/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.