summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kernel')
-rw-r--r--src/include/kernel/vmmmgr.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/kernel/vmmmgr.H b/src/include/kernel/vmmmgr.H
index fe1c2cc73..feee7a731 100644
--- a/src/include/kernel/vmmmgr.H
+++ b/src/include/kernel/vmmmgr.H
@@ -15,10 +15,10 @@ class VmmManager
enum VMM_CONSTS
{
ONE_MEG = 1 * 1024 * 1024,
- THREE_MEG = 3 * ONE_MEG,
+ FOUR_MEG = 4 * ONE_MEG,
EIGHT_MEG = 8 * ONE_MEG,
- FULL_MEM_SIZE = THREE_MEG,
+ FULL_MEM_SIZE = FOUR_MEG,
// put the Page Table at the end of our memory space
PTSIZE = (1 << 18),
OpenPOWER on IntegriCloud