aboutsummaryrefslogtreecommitdiff
path: root/include/opal.h
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2014-07-31 00:21:33 +0530
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-31 11:15:49 +1000
commit55d99488f8cd1ba926316cecb8ba1c502529822a (patch)
tree36272c52b9e74d30ea31da0868760477b494e818 /include/opal.h
parent08aff4155937106980c8c4b301bb9be8411b9742 (diff)
downloadskiboot-55d99488f8cd1ba926316cecb8ba1c502529822a.zip
skiboot-55d99488f8cd1ba926316cecb8ba1c502529822a.tar.gz
skiboot-55d99488f8cd1ba926316cecb8ba1c502529822a.tar.bz2
MDST: Add OPAL interface to unregister dump region
Add OPAL interface to remove host memory region from SYSDUMP. Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/opal.h')
-rw-r--r--include/opal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/opal.h b/include/opal.h
index b5c6366..10213e5 100644
--- a/include/opal.h
+++ b/include/opal.h
@@ -137,7 +137,8 @@
#define OPAL_CONFIG_CPU_IDLE_STATE 99
#define OPAL_SLW_SET_REG 100
#define OPAL_REGISTER_DUMP_REGION 101
-#define OPAL_LAST 101
+#define OPAL_UNREGISTER_DUMP_REGION 102
+#define OPAL_LAST 102
#ifndef __ASSEMBLY__