summaryrefslogtreecommitdiff
path: root/mem/physical.hh
diff options
context:
space:
mode:
Diffstat (limited to 'mem/physical.hh')
-rw-r--r--mem/physical.hh6
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: