eventq: change the event datastructure back to LIFO.
authorNathan Binkert <nate@binkert.org>
Fri, 11 Jul 2008 15:48:50 +0000 (08:48 -0700)
committerNathan Binkert <nate@binkert.org>
Fri, 11 Jul 2008 15:48:50 +0000 (08:48 -0700)
commitf90b08a5ccd83800e0263e6e13af7d8c87b3cdf4
tree3d62aa636507c46ee894865202ec8d0779ac63d1
parent10df68dd727d37876f3d9526739b1c49d195e222
eventq: change the event datastructure back to LIFO.

The status quo is preferred since it is less likely that people will
rely on LIFO than FIFO, and when we move to a parallelized M5, no
ordering between events of the same time/priority will be guaranteed.
src/sim/eventq.cc
src/sim/eventq.hh