From: Magnus Lindholm <linmag7@gmail.com>
To: linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org
Cc: richard.henderson@linaro.org, mattst88@gmail.com, arnd@arndb.de,
paulmck@kernel.org, glaubitz@physik.fu-berlin.de,
macro@redhat.com, mcree@orcon.net.nz, ink@unseen.parts,
Magnus Lindholm <linmag7@gmail.com>
Subject: [PATCH 5/7] alpha: machine check handler for tsunami
Date: Mon, 24 Mar 2025 23:21:37 +0100 [thread overview]
Message-ID: <20250324222643.32085-6-linmag7@gmail.com> (raw)
In-Reply-To: <20250324222643.32085-1-linmag7@gmail.com>
Populate the el_TSUNAMI_sysdata_mcheck struct with the
tsunami regs
Signed-off-by: Magnus Lindholm <linmag7@gmail.com>
---
arch/alpha/include/asm/core_tsunami.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/alpha/include/asm/core_tsunami.h b/arch/alpha/include/asm/core_tsunami.h
index 3391e95754f2..8a3a1c6a508a 100644
--- a/arch/alpha/include/asm/core_tsunami.h
+++ b/arch/alpha/include/asm/core_tsunami.h
@@ -282,7 +282,15 @@ union TPchipPERRMASK {
/*
* Data structure for handling TSUNAMI machine checks:
*/
+
struct el_TSUNAMI_sysdata_mcheck {
+
+ u64 sesf;
+ u64 dir;
+ u64 misc;
+ u64 p0_perror;
+ u64 p1_perror;
+
};
--
2.45.3
next prev parent reply other threads:[~2025-03-24 22:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-24 22:21 [PATCH 0/7] " Magnus Lindholm
2025-03-24 22:21 ` [PATCH 1/7] " Magnus Lindholm
2025-03-24 22:21 ` [PATCH 2/7] " Magnus Lindholm
2025-03-24 22:21 ` [PATCH 3/7] " Magnus Lindholm
2025-03-24 22:21 ` [PATCH 4/7] " Magnus Lindholm
2025-03-24 22:21 ` Magnus Lindholm [this message]
2025-03-24 22:21 ` [PATCH 6/7] " Magnus Lindholm
2025-03-24 22:21 ` [PATCH 7/7] " Magnus Lindholm
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=20250324222643.32085-6-linmag7@gmail.com \
--to=linmag7@gmail.com \
--cc=arnd@arndb.de \
--cc=glaubitz@physik.fu-berlin.de \
--cc=ink@unseen.parts \
--cc=linux-alpha@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=macro@redhat.com \
--cc=mattst88@gmail.com \
--cc=mcree@orcon.net.nz \
--cc=paulmck@kernel.org \
--cc=richard.henderson@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®