summaryrefslogtreecommitdiffstats
path: root/src/usr/util/runtime/util_rt.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/util/runtime/util_rt.C')
-rw-r--r--src/usr/util/runtime/util_rt.C3
1 files changed, 2 insertions, 1 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) )
{
OpenPOWER on IntegriCloud