summaryrefslogtreecommitdiffstats
path: root/include/stack.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/stack.h
parent80eee19464493fb92f0fdde1b9ec4870f267c96b (diff)
downloadblackbird-skiboot-0b446b4c8c3883b847f00722b9fd43d3110f7af1.tar.gz
blackbird-skiboot-0b446b4c8c3883b847f00722b9fd43d3110f7af1.zip
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/stack.h')
-rw-r--r--include/stack.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stack.h b/include/stack.h
index 4a08b751..2f27a7b0 100644
--- a/include/stack.h
+++ b/include/stack.h
@@ -20,7 +20,6 @@
#include <mem-map.h>
#define STACK_ENTRY_OPAL_API 0 /* OPAL call */
-#define STACK_ENTRY_MCHECK 0x0200 /* Machine check */
#define STACK_ENTRY_HMI 0x0e60 /* Hypervisor maintainance */
#define STACK_ENTRY_RESET 0x0100 /* System reset */
#define STACK_ENTRY_SOFTPATCH 0x1500 /* Soft patch (denorm emulation) */
OpenPOWER on IntegriCloud