summaryrefslogtreecommitdiffstats
path: root/include/opal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opal.h')
-rw-r--r--include/opal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/opal.h b/include/opal.h
index 2e13f771..73e56b42 100644
--- a/include/opal.h
+++ b/include/opal.h
@@ -807,8 +807,9 @@ struct opal_sg_list {
/*
* Dump region ID range usable by the OS
*/
-#define OPAL_DUMP_REGION_OS_START 0x80
-#define OPAL_DUMP_REGION_OS_END 0xFF
+#define OPAL_DUMP_REGION_HOST_START 0x80
+#define OPAL_DUMP_REGION_LOG_BUF 0x80
+#define OPAL_DUMP_REGION_HOST_END 0xFF
/* CAPI modes for PHB */
enum {
OpenPOWER on IntegriCloud