summaryrefslogtreecommitdiffstats
path: root/src/kernel/block.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/block.C')
-rw-r--r--src/kernel/block.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/block.C b/src/kernel/block.C
index b80db2aac..5b24ae1a6 100644
--- a/src/kernel/block.C
+++ b/src/kernel/block.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2018 */
+/* Contributors Listed Below - COPYRIGHT 2011,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -387,7 +387,7 @@ void Block::castOutPages(uint64_t i_type)
(iv_baseAddr != VMM_ADDR_EXTEND_BLOCK)) // Skip extended memory.
{
size_t rw_constraint = 5;
- size_t ro_constraint = 3;
+ size_t ro_constraint = 10;
if(i_type == VmmManager::CRITICAL)
{
OpenPOWER on IntegriCloud