-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.m5sim.org/r/50/#review96
-----------------------------------------------------------


Just a minor change to use reschedule() instead of distinguishing between 
squashed and unscheduled events.

- Timothy


On 2010-07-16 18:25:49, Timothy Jones wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.m5sim.org/r/50/
> -----------------------------------------------------------
> 
> (Updated 2010-07-16 18:25:49)
> 
> 
> Review request for Default.
> 
> 
> Summary
> -------
> 
> O3CPU: O3's tick event gets squashed when it is switched out.  When repeatedly
> switching between O3 and another CPU, O3's tick event might still be scheduled
> in the event queue (as squashed).  Therefore, check for a squashed tick event
> as well as a non-scheduled event when taking over from another CPU and deal
> with it accordingly.
> 
> 
> Diffs
> -----
> 
>   src/cpu/o3/cpu.cc 249f174e6f37 
> 
> Diff: http://reviews.m5sim.org/r/50/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Timothy
> 
>

_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to