----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/369/ -----------------------------------------------------------
Review request for Default, Ali Saidi, Gabe Black, Steve Reinhardt, and Nathan Binkert. Summary ------- inorder: replace schedEvent() code with reschedule(). There were several copies of similar functions that looked like they all replicated reschedule(), so I replaced them with direct calls. Keeping this separate from the previous cset since there may be some subtle functional differences if the code ever reschedules an event that is scheduled but not squashed (though none were detected in the regressions). Diffs ----- src/cpu/inorder/cpu.hh 7338bc628489 src/cpu/inorder/cpu.cc 7338bc628489 src/cpu/inorder/resource.cc 7338bc628489 src/cpu/inorder/resource_pool.cc 7338bc628489 Diff: http://reviews.m5sim.org/r/369/diff Testing ------- Thanks, Steve
_______________________________________________ m5-dev mailing list m5-dev@m5sim.org http://m5sim.org/mailman/listinfo/m5-dev