summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-08-01 12:31:37 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-08-09 14:07:52 -0500
commit791725b105cb8e61c9f93af844a80af12d07aad8 (patch)
tree9ba7f9eb610088b30fd23a989f1ea80485c71365 /src/include
parentbe61bd382972ec946396dadc161231c65ea9d968 (diff)
downloadtalos-hostboot-791725b105cb8e61c9f93af844a80af12d07aad8.tar.gz
talos-hostboot-791725b105cb8e61c9f93af844a80af12d07aad8.zip
Upgrade Salerno memory size to 4MB.
Change-Id: Icb089ac7896d12354b48377611d872b782b91652 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/225 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-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