-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/1024/
-----------------------------------------------------------

Review request for Default.


Description
-------

Changeset 8810:a714221c3c44
---------------------------
System: Fix the check which detects running out of physical memory.

The code that checks whether pages allocated by allocPhysPages only checks
that the first page fits into physical memory, not that all of them do. This
change makes the code check the last page which should work properly. This
function used to only allocate one page at a time, so the first page and last
page used to be the same thing.


Diffs
-----

  src/sim/system.cc bb10807da889 

Diff: http://reviews.gem5.org/r/1024/diff/diff


Testing
-------


Thanks,

Gabe Black

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to