summaryrefslogtreecommitdiff
path: root/mem/bus.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2006-02-21 12:32:45 -0500
committerSteve Reinhardt <stever@eecs.umich.edu>2006-02-21 12:32:45 -0500
commit944646124e3d1222601294f62c78754c6705a2d6 (patch)
tree863dcb04c089dec8eb9b1e6321639f4bb6ca5e8a /mem/bus.hh
parent00264ff1b87dc649fbe0fb857f38b9b057437bb4 (diff)
downloadgem5-944646124e3d1222601294f62c78754c6705a2d6.tar.xz
Rename Port address range functions... like the block size
functions, the send/recv*Query naming seems awkward. Also create a typedef for AddrRangeList. --HG-- extra : convert_revision : dd0ff3fad06ec329c82c199700d0a6264f1271d3
Diffstat (limited to 'mem/bus.hh')
-rw-r--r--mem/bus.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/mem/bus.hh b/mem/bus.hh
index e1b29bac6..e26065295 100644
--- a/mem/bus.hh
+++ b/mem/bus.hh
@@ -103,8 +103,7 @@ class Bus : public MemObject
// downstream from this bus, yes? That is, the union of all
// the 'owned' address ranges of all the other interfaces on
// this bus...
- virtual void addressRanges(std::list<Range<Addr> > &range_list,
- bool &owner);
+ virtual void addressRanges(AddrRangeList &range_list, bool &owner);
};
/** A count of the number of interfaces connected to this bus. */