mem: Remove unused Packet src and dest fields
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 22 Jan 2015 10:01:31 +0000 (05:01 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 22 Jan 2015 10:01:31 +0000 (05:01 -0500)
commit10c69bb1684c515d683a084b40ab19e5e7ee8c11
tree6799bcea2a017afb89b77fd4d7a04057f0186cdc
parent15c64035ed093cefe61a9731436a7bac25a4b1db
mem: Remove unused Packet src and dest fields

This patch takes the final step in removing the src and dest fields in
the packet. These fields were rather confusing in that they only
remember a single multiplexing component, and pushed the
responsibility to the bridge and caches to store the fields in a
senderstate, thus effectively creating a stack. With the recent
changes to the crossbar response routing the crossbar is now
responsible without relying on the packet fields. Thus, these
variables are now unused and can be removed.
src/arch/x86/pagetable_walker.cc
src/mem/packet.hh