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



src/cpu/o3/cpu.cc
<http://reviews.m5sim.org/r/50/#comment230>

    As an alternative, you could use just use reschedule with the always flag 
set to true.  This will handle all cases.


- Nathan


On 2010-07-09 18:13:35, Timothy Jones wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.m5sim.org/r/50/
> -----------------------------------------------------------
> 
> (Updated 2010-07-09 18:13:35)
> 
> 
> 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
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to