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/physical.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/physical.hh')
-rw-r--r-- | mem/physical.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mem/physical.hh b/mem/physical.hh index 854886a27..658ba18ff 100644 --- a/mem/physical.hh +++ b/mem/physical.hh @@ -107,15 +107,9 @@ class PhysicalMemory : public Memory PhysicalMemory(const std::string &n); virtual ~PhysicalMemory(); - protected: - // error handling for prot_* functions - void prot_access_error(Addr addr, int size, Command func); - public: int deviceBlockSize(); - void prot_memset(Addr addr, uint8_t val, int size); - // fast back-door memory access for vtophys(), remote gdb, etc. // uint64_t phys_read_qword(Addr addr) const; private: |