From e1985e02007f2e34d6e62c66ba417e6e9f3a1316 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Sun, 12 Mar 2006 16:11:41 -0500 Subject: 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 --- mem/port.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'mem/port.hh') 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); -- cgit v1.2.3