mem: Refactor assignment of Packet types
authorCurtis Dunham <Curtis.Dunham@arm.com>
Tue, 13 May 2014 17:20:48 +0000 (12:20 -0500)
committerCurtis Dunham <Curtis.Dunham@arm.com>
Tue, 13 May 2014 17:20:48 +0000 (12:20 -0500)
commite3b19cb294c98466a431950888045c6b5d24b675
tree781bcf5ea9fdce45a5747a4d5ef74485ee5e0727
parentafbae1ec95e94b6da441a0269dbd9359a7069e3d
mem: Refactor assignment of Packet types

Put the packet type swizzling (that is currently done in a lot of places)
into a refineCommand() member function.
src/cpu/checker/cpu.cc
src/cpu/inorder/resources/cache_unit.cc
src/cpu/o3/lsq_unit.hh
src/cpu/o3/lsq_unit_impl.hh
src/cpu/ozone/lw_lsq.hh
src/cpu/ozone/lw_lsq_impl.hh
src/cpu/simple/atomic.cc
src/cpu/simple/timing.cc
src/mem/packet.hh