Review Board 2.0.15


O3 CPU: Remove interruptPending from fetch

Review Request #960 - Created Dec. 30, 2011 and discarded

Information
Nilay Vaish
gem5
default
Reviewers
Default
O3 CPU: Remove interruptPending from fetch
The fetch stage currently has a variable for tracking whether interrupts
are pending are not. This variable's value is communicated from the commit
stage. Instead, the variable is being moved to the O3CPU class and will
accessed using the pointer to the CPU.

   
Review request changed
Updated (Jan. 28, 2012, 1:34 p.m.)

Status: Discarded