Various fixes to delete packet and request a little better.
authorKevin Lim <ktlim@umich.edu>
Tue, 14 Nov 2006 22:22:32 +0000 (17:22 -0500)
committerKevin Lim <ktlim@umich.edu>
Tue, 14 Nov 2006 22:22:32 +0000 (17:22 -0500)
commit069c7c30d1c871aba937a6a4ee7b1146d716ac4b
tree1d2c04c1c1beff2c9238cc87dc52016d8f7aeac3
parent2f6a9454d13e44faba55b14d958f20a04bc36246
Various fixes to delete packet and request a little better.

src/cpu/simple/timing.cc:
    Various updates for deleting requests more properly.

    The major change is moving the deletion of the fetch request/packet to after the instruction has executed and completed.  This should fix a few bugs because Ron's memory system didn't expect a call for a functional access while a timing access was being processed.

--HG--
extra : convert_revision : c7cf114bb1ff3cdaa7b0a40ed4c5302dc9d3a522
src/cpu/simple/timing.cc