summaryrefslogtreecommitdiffstats
path: root/src/usr/diag
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag')
-rw-r--r--src/usr/diag/prdf/framework/config/prdfMbaDomain.H8
-rw-r--r--src/usr/diag/prdf/prdf_hb_only.mk6
2 files changed, 10 insertions, 4 deletions
diff --git a/src/usr/diag/prdf/framework/config/prdfMbaDomain.H b/src/usr/diag/prdf/framework/config/prdfMbaDomain.H
index d8ca70f36..494376cbc 100644
--- a/src/usr/diag/prdf/framework/config/prdfMbaDomain.H
+++ b/src/usr/diag/prdf/framework/config/prdfMbaDomain.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -37,12 +39,16 @@ class MbaDomain : public MbaDomainCommon
MbaDomainCommon( i_did, i_size )
{}
+ #ifndef __HOSTBOOT_RUNTIME
+
/**
* @brief Starts memory background scrubbing for each MBA in the node.
* @param Non-SUCCESS if an internal function failed, SUCCESS otherwise.
*/
int32_t startScrub();
+ #endif
+
};
} // end namespace PRDF
diff --git a/src/usr/diag/prdf/prdf_hb_only.mk b/src/usr/diag/prdf/prdf_hb_only.mk
index 328611822..a748b3bc9 100644
--- a/src/usr/diag/prdf/prdf_hb_only.mk
+++ b/src/usr/diag/prdf/prdf_hb_only.mk
@@ -70,9 +70,6 @@ prd_incpath += ${ROOTPATH}/src/usr/hwpf/hwp/slave_sbe/proc_check_slave_sbe_seepr
# ./
prd_obj += prdfMain.o
-# framework/config/
-prd_obj += prdfMbaDomain.o
-
# framework/resolution/
prd_obj += prdfDumpResolution.o
@@ -108,6 +105,9 @@ ifneq (${HOSTBOOT_RUNTIME},1)
# ./
prd_obj += prdfMain_ipl.o
+# framework/config/
+prd_obj += prdfMbaDomain.o
+
endif
################################################################################
OpenPOWER on IntegriCloud