Review Board 2.0.15


O3 CPU: Strengthen condition for handling interrupts

Review Request #1018 - Created Jan. 28, 2012 and submitted

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 8732:75e54d141aa0
---------------------------
O3 CPU: Strengthen condition for handling interrupts
The condition for handling interrupts is to check whether or not the cpu's
instruction list is empty. As observed, this can lead to cases in which even
though the instruction list is empty, interrupts are handled when they should
not be. The condition is being strengthened so that interrupts get handled only
when the last committed microop did not had IsDelayedCommit set.

   

Issue Summary

1 1 0 0
Review request changed
Updated (Feb. 10, 2012, 12:47 a.m.)

Status: Closed (submitted)