MEM: Make the bus default port yet another port
Review Request #953 - Created Dec. 22, 2011 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
MEM: Make the bus default port yet another port This patch removes the idiosyncratic nature of the default bus port and makes it yet another port in the list of interfaces. Rather than having a specific pointer to the default port we merely track the identifier of this port. This change makes future port diversification easier and overall cleans up the bus code.
util/regress all passing (disregarding t1000 and eio)
Posted (Jan. 4, 2012, 12:46 a.m.)
nice to see some of the cleanup that took place in here
Review request changed
Updated (Jan. 4, 2012, 1:01 a.m.)
Diff: |
Revision 2 (+60 -126) |
|---|
Nice! I love patches that result in a net reduction of lines of code!
Review request changed
Updated (Jan. 4, 2012, 9:26 p.m.)
Diff: |
Revision 3 (+59 -125) |
|---|
