Searched hist:9513 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/o3/
H A Dcommit.hh9513:690357ffbce2 Fri Feb 15 17:40:00 EST 2013 Ali Saidi <Ali.Saidi@ARM.com> cpu: Fix a livelock in the o3 cpu.

Check if an instruction just enabled interrupts and we've previously had an
interrupt pending that was not handled because interrupts were subsequently
disabled before the pipeline reached a place to handle the interrupt. In that
case squash now to make sure the interrupt is handled.
H A Dcommit_impl.hh9513:690357ffbce2 Fri Feb 15 17:40:00 EST 2013 Ali Saidi <Ali.Saidi@ARM.com> cpu: Fix a livelock in the o3 cpu.

Check if an instruction just enabled interrupts and we've previously had an
interrupt pending that was not handled because interrupts were subsequently
disabled before the pipeline reached a place to handle the interrupt. In that
case squash now to make sure the interrupt is handled.

Completed in 56 milliseconds