Get rid of bogus bus assertion.
authorSteve Reinhardt <stever@gmail.com>
Fri, 13 Jun 2008 05:33:49 +0000 (01:33 -0400)
committerSteve Reinhardt <stever@gmail.com>
Fri, 13 Jun 2008 05:33:49 +0000 (01:33 -0400)
commitcaccbd1edcacc82a952429950fcd4314b86b5b89
tree3596b2d3ac32df16e87f2763892ea5cafc40e348
parent024ec4c5c310b1225a52532d41d5cc9f2633ae6c
Get rid of bogus bus assertion.
It runs out that if a MemObject turns around and does a send in its
receive callback, and there are other sends already scheduled, then
it could observe a state where it's not at the head of the list but
the bus's sendEvent is not scheduled (because we're still in the
middle of processing the prior sendEvent).
src/mem/tport.cc