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