diff options
Diffstat (limited to 'src/usr/util')
-rw-r--r-- | src/usr/util/runtime/util_rt.C | 3 | ||||
-rw-r--r-- | src/usr/util/utilrsvdmem.C | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/util/runtime/util_rt.C b/src/usr/util/runtime/util_rt.C index 447e42656..3dc3935f3 100644 --- a/src/usr/util/runtime/util_rt.C +++ b/src/usr/util/runtime/util_rt.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2017 */ +/* Contributors Listed Below - COPYRIGHT 2017,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -54,6 +54,7 @@ uint64_t hb_get_rt_rsvd_mem(Util::hbrt_mem_label_t i_label, case Util::HBRT_MEM_LABEL_ATTROVER: case Util::HBRT_MEM_LABEL_PADDING: case Util::HBRT_MEM_LABEL_HYPCOMM: + case Util::HBRT_MEM_LABEL_TRACEBUF: if( (g_hostInterfaces != NULL) && (g_hostInterfaces->get_reserved_mem) ) { diff --git a/src/usr/util/utilrsvdmem.C b/src/usr/util/utilrsvdmem.C index 91db385b2..32859f311 100644 --- a/src/usr/util/utilrsvdmem.C +++ b/src/usr/util/utilrsvdmem.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2017 */ +/* Contributors Listed Below - COPYRIGHT 2017,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -61,6 +61,7 @@ namespace Util case HBRT_MEM_LABEL_ATTROVER: case HBRT_MEM_LABEL_PADDING: case HBRT_MEM_LABEL_HYPCOMM: + case HBRT_MEM_LABEL_TRACEBUF: // Find offset of label section for (uint16_t i = 0; i < toc_ptr->total_entries; i++) { |