summaryrefslogtreecommitdiff
path: root/src/cpu/o3/commit.hh
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-11-13 02:49:03 -0500
committerKevin Lim <ktlim@umich.edu>2006-11-13 02:49:03 -0500
commit41a9196f60a0399a0ef1e4cfe8e77391886120cf (patch)
tree0b224b617ab2785a2fc8cead8afdcb1d0bbfb0c8 /src/cpu/o3/commit.hh
parent4c21fab575b146c0e9d374c352124c4d626fec00 (diff)
downloadgem5-41a9196f60a0399a0ef1e4cfe8e77391886120cf.tar.xz
More interrupt reworking.
--HG-- extra : convert_revision : 40dfbb72c4e418c54e909c54dad5fe6ef7017cb4
Diffstat (limited to 'src/cpu/o3/commit.hh')
-rw-r--r--src/cpu/o3/commit.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/o3/commit.hh b/src/cpu/o3/commit.hh
index 7575783f7..0d7d82529 100644
--- a/src/cpu/o3/commit.hh
+++ b/src/cpu/o3/commit.hh
@@ -392,6 +392,9 @@ class DefaultCommit
*/
Tick trapLatency;
+ /** The interrupt fault. */
+ Fault interrupt;
+
/** The commit PC of each thread. Refers to the instruction that
* is currently being processed/committed.
*/