[PATCH 5/7] alpha: machine check handler for tsunami

Magnus Lindholm posted 7 patches 8 months, 4 weeks ago
There is a newer version of this series
[PATCH 5/7] alpha: machine check handler for tsunami
Posted by Magnus Lindholm 8 months, 4 weeks ago
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