summaryrefslogtreecommitdiff
path: root/src/cpu/o3/lsq.hh
diff options
context:
space:
mode:
authorRon Dreslinski <rdreslin@umich.edu>2006-10-09 01:04:37 -0400
committerRon Dreslinski <rdreslin@umich.edu>2006-10-09 01:04:37 -0400
commitbc732b59fd82689490306090974f1f4c06741b0a (patch)
treeaca4a0d883fc09511f234357363a29e6ac258011 /src/cpu/o3/lsq.hh
parent095d5991f50aaccd2a25792cb7ce44b43a98b29c (diff)
downloadgem5-bc732b59fd82689490306090974f1f4c06741b0a.tar.xz
Have cpus send snoop ranges
--HG-- extra : convert_revision : 2a1fba141e409ee1d7a0b69b5b21d236e3d4ce68
Diffstat (limited to 'src/cpu/o3/lsq.hh')
-rw-r--r--src/cpu/o3/lsq.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/lsq.hh b/src/cpu/o3/lsq.hh
index 190734dc2..6b12d75b4 100644
--- a/src/cpu/o3/lsq.hh
+++ b/src/cpu/o3/lsq.hh
@@ -311,7 +311,7 @@ class LSQ {
/** Returns the address ranges of this device. */
virtual void getDeviceAddressRanges(AddrRangeList &resp,
AddrRangeList &snoop)
- { resp.clear(); snoop.clear(); }
+ { resp.clear(); snoop.clear(); snoop.push_back(RangeSize(0,-1)); }
/** Timing version of receive. Handles writing back and
* completing the load or store that has returned from