diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2011-09-12 10:22:02 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2011-09-14 13:28:46 -0500 |
| commit | dbc9dc228c879efbd86df3d655990c21df8d9a8f (patch) | |
| tree | d756babb6c4a876906718a214c969e31c03d1e9a /src/include/kernel/vmmmgr.H | |
| parent | b06c8727c809ec10aafe8fad0b929626f9d50987 (diff) | |
| download | blackbird-hostboot-dbc9dc228c879efbd86df3d655990c21df8d9a8f.tar.gz blackbird-hostboot-dbc9dc228c879efbd86df3d655990c21df8d9a8f.zip | |
Centralizing a few of the memory-related constants to avoid some
redundancies and also to have a single place to update the memory
map if needed.
See Task 3507.
Change-Id: I8f2d632983abe6d6798784e975cd93057018594b
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/330
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/kernel/vmmmgr.H')
| -rw-r--r-- | src/include/kernel/vmmmgr.H | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/kernel/vmmmgr.H b/src/include/kernel/vmmmgr.H index ff8702f53..2d0d0297d 100644 --- a/src/include/kernel/vmmmgr.H +++ b/src/include/kernel/vmmmgr.H @@ -39,11 +39,7 @@ class VmmManager */ enum VMM_CONSTS { - ONE_MEG = 1 * 1024 * 1024, - FOUR_MEG = 4 * ONE_MEG, - EIGHT_MEG = 8 * ONE_MEG, - - FULL_MEM_SIZE = FOUR_MEG, + FULL_MEM_SIZE = 4*MEGABYTE, // put the Page Table at the end of our memory space PTSIZE = (1 << 18), |

