SE: Fix simulating more than 4GB of RAM in SE mode
authorAli Saidi <Ali.Saidi@ARM.com>
Sat, 20 Nov 2010 00:01:01 +0000 (18:01 -0600)
committerAli Saidi <Ali.Saidi@ARM.com>
Sat, 20 Nov 2010 00:01:01 +0000 (18:01 -0600)
commit34a8e37c1319dc19c10d239834030793733dc475
tree7cb543ca445438e2ddcb7d83625758b0a191ed7f
parent5c6f4a0f17f1f74bf913ce49f14517084949b8ed
SE: Fix simulating more than 4GB of RAM in SE mode

This change removes some dead code in PhysicalMemory, uses a 64 bit type
for the page pointer in System (instead of 32 bit) and cleans up some style.
src/mem/physical.cc
src/mem/physical.hh
src/sim/system.cc
src/sim/system.hh