aboutsummaryrefslogtreecommitdiff
path: root/include/cpu.h
diff options
context:
space:
mode:
authorMahesh Salgaonkar <mahesh@linux.vnet.ibm.com>2014-11-19 10:09:29 +0530
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-11-22 08:27:19 +1100
commit0b446b4c8c3883b847f00722b9fd43d3110f7af1 (patch)
tree3f5095b73290f4a767e9cae6f172b492d6a7886a /include/cpu.h
parent80eee19464493fb92f0fdde1b9ec4870f267c96b (diff)
downloadskiboot-0b446b4c8c3883b847f00722b9fd43d3110f7af1.zip
skiboot-0b446b4c8c3883b847f00722b9fd43d3110f7af1.tar.gz
skiboot-0b446b4c8c3883b847f00722b9fd43d3110f7af1.tar.bz2
opal: Remove MCE handling code.
Removed following: - Machine check handle and other related routines. - per-cpu MCE event used to record machine check data cpu_thread->mc_event; - Machine check related definition including mce event structure from include/opal.h - A comment above GET_STACK() #define that warns about runtime modification made to GET_STACK macro by MC patching code. Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/cpu.h')
-rw-r--r--include/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cpu.h b/include/cpu.h
index a871073..6112ab2 100644
--- a/include/cpu.h
+++ b/include/cpu.h
@@ -51,7 +51,6 @@ struct cpu_thread {
struct cpu_thread *primary;
enum cpu_thread_state state;
struct dt_node *node;
- struct opal_machine_check_event mc_event;
struct trace_info *trace;
uint64_t save_r1;
void *icp_regs;