Get rid of validInstAddr() & validDataAddr().
authorSteve Reinhardt <stever@eecs.umich.edu>
Sun, 12 Mar 2006 21:01:41 +0000 (16:01 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sun, 12 Mar 2006 21:01:41 +0000 (16:01 -0500)
commit37c860d3345b6fcc45dc609fd9bb7fe7e5136142
tree477a973bcec0aedc1e44a18580a733d72796d675
parent84a6044f31b9e2209bd49ae1d184289a0fa947bd
Get rid of validInstAddr() & validDataAddr().
SE mode can now use page tables to determine which addresses are valid.

sim/process.cc:
sim/process.hh:
    Get rid of validInstAddr() & validDataAddr().
    SE mode can now use page tables to determine which addresses are valid.
    Also get rid of some Process object fields that were only used by those functions.

--HG--
extra : convert_revision : 74a25c0c2453bfc598eedacdbfccea1cf6493ba6
cpu/cpu_exec_context.hh
cpu/exec_context.hh
sim/process.cc
sim/process.hh