summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/preverifiedlidmgr.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/runtime/preverifiedlidmgr.C')
-rw-r--r--src/usr/runtime/preverifiedlidmgr.C7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/runtime/preverifiedlidmgr.C b/src/usr/runtime/preverifiedlidmgr.C
index 95d122fee..7b6fe6e09 100644
--- a/src/usr/runtime/preverifiedlidmgr.C
+++ b/src/usr/runtime/preverifiedlidmgr.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017,2018 */
+/* Contributors Listed Below - COPYRIGHT 2017,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -596,3 +596,8 @@ errlHndl_t PreVerifiedLidMgr::loadImage(const uint64_t i_imgAddr,
return l_errl;
}
+
+uint64_t PreVerifiedLidMgr::getNextResMemAddr(const size_t i_size)
+{
+ return Singleton<PreVerifiedLidMgr>::instance().getNextAddress(i_size);
+}
OpenPOWER on IntegriCloud