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

/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh8071:7bf6fccab013 Wed Feb 23 16:10:00 EST 2011 Ali Saidi <Ali.Saidi@ARM.com> O3: If there is an outstanding table walk don't let the inst queue sleep.

If there is an outstanding table walk and no other activity in the CPU
it can go to sleep and never wake up. This change makes the instruction
queue always active if the CPU is waiting for a store to translate.

If Gabe changes the way this code works then the below should be removed
as indicated by the todo.

Completed in 25 milliseconds