commit | 60e4c6317b8773d987729401aeca9d8c6b61b05f | [log] [tgz] |
---|---|---|
author | Avi Kivity <[email protected]> | Wed Feb 24 18:11:19 2010 -0300 |
committer | Marcelo Tosatti <[email protected]> | Thu Mar 04 00:28:41 2010 -0300 |
tree | 910fd8cd4c4837775ce1c8be46d24b1c5f6775ad | |
parent | 55b1e61f640bb2cf3bed0b4cc6d4ba1326c625d9 [diff] |
Allocate memory below 4GB as one chunk Instead of allocating a separate chunk for the first 640KB and another for 1MB+, allocate one large chunk. This plays well in terms of alignment and size with large pages. Signed-off-by: Avi Kivity <[email protected]> Signed-off-by: Marcelo Tosatti <[email protected]>