diff options
Diffstat (limited to 'src/usr/runtime')
| -rw-r--r-- | src/usr/runtime/populate_hbruntime.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/runtime/populate_hbruntime.C b/src/usr/runtime/populate_hbruntime.C index a6f946375..89456969d 100644 --- a/src/usr/runtime/populate_hbruntime.C +++ b/src/usr/runtime/populate_hbruntime.C @@ -517,6 +517,7 @@ errlHndl_t populate_HbRsvMem(uint64_t i_nodeId) } +#ifdef CONFIG_START_OCC_DURING_BOOT // OCC Common entry uint64_t l_occCommonAddr = l_topMemAddr - VMM_ALL_HOMER_OCC_MEMORY_SIZE; @@ -546,6 +547,7 @@ errlHndl_t populate_HbRsvMem(uint64_t i_nodeId) l_labelSize ); traceHbRsvMemRange(l_rngPtr); +#endif } |

