summaryrefslogtreecommitdiff
path: root/src/mem/cache/cache.hh
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2008-10-23 16:49:13 -0400
committerLisa Hsu <hsul@eecs.umich.edu>2008-10-23 16:49:13 -0400
commit546a6c0c1b6dfc23bac1f74c6adec413931c6608 (patch)
tree339cf1f1ec33b06333d7b4d8adb20f9e1743eaf3 /src/mem/cache/cache.hh
parent7a28ab2d1898153660fbc01413fcfcd30685a987 (diff)
downloadgem5-546a6c0c1b6dfc23bac1f74c6adec413931c6608.tar.xz
probe function no longer used anywhere.
Diffstat (limited to 'src/mem/cache/cache.hh')
-rw-r--r--src/mem/cache/cache.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/cache/cache.hh b/src/mem/cache/cache.hh
index cff3fd28b..510e67ba6 100644
--- a/src/mem/cache/cache.hh
+++ b/src/mem/cache/cache.hh
@@ -172,7 +172,6 @@ class Cache : public BaseCache
* Populates a cache block and handles all outstanding requests for the
* satisfied fill request. This version takes two memory requests. One
* contains the fill data, the other is an optional target to satisfy.
- * Used for Cache::probe.
* @param pkt The memory request with the fill data.
* @param blk The cache block if it already exists.
* @param writebacks List for any writebacks that need to be performed.