diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2006-03-12 16:11:41 -0500 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2006-03-12 16:11:41 -0500 |
commit | e1985e02007f2e34d6e62c66ba417e6e9f3a1316 (patch) | |
tree | 7f8e753e4968dc79fb8d8e0eadc43fddf79dc44c /mem/port.hh | |
parent | 8dc2374b0bdae4b9bc0967c17c189a6e4188e17b (diff) | |
download | gem5-e1985e02007f2e34d6e62c66ba417e6e9f3a1316.tar.xz |
More memory system cleanup:
- Get rid of unused ProxyMemory class (replaced by TranslatingPort).
- Get rid of remaining unused prot_* functions.
mem/physical.cc:
mem/physical.hh:
mem/port.hh:
Get rid of remaining unused prot_* functions.
--HG--
extra : convert_revision : f16c208f4e4c38bd6bb3626339674c9278da9e07
Diffstat (limited to 'mem/port.hh')
-rw-r--r-- | mem/port.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mem/port.hh b/mem/port.hh index a86c9d727..5c89c74a5 100644 --- a/mem/port.hh +++ b/mem/port.hh @@ -212,9 +212,6 @@ class Port should not need to be virtual, since it can be implemented in terms of writeBlobFunctional(). However, it shouldn't be performance-critical either, so it could be if we wanted to. - Not even sure if this is actually needed anywhere (there's a - prot_memset on the old functional memory that's never used), - but Nate claims it is. */ void memsetBlobFunctional(Addr addr, uint8_t val, int size); |