summaryrefslogtreecommitdiff
path: root/src/cpu/o3/commit.hh
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-11-13 02:49:13 -0500
committerKevin Lim <ktlim@umich.edu>2006-11-13 02:49:13 -0500
commitfd213f7270cd6a93d670ed8ebd27b442442f92d7 (patch)
treeb0dbfa782378bccea99f4c9888415e28dcdf7205 /src/cpu/o3/commit.hh
parent51d8c59ef8bddb1078d2f010c143ae9471c60c2d (diff)
parent41a9196f60a0399a0ef1e4cfe8e77391886120cf (diff)
downloadgem5-fd213f7270cd6a93d670ed8ebd27b442442f92d7.tar.xz
Merge ktlim@zizzer:/bk/newmem
into zamp.eecs.umich.edu:/z/ktlim2/clean/newmem-busfix --HG-- extra : convert_revision : 6ef2249bfa3f7149830efdb42a313422090da7d7
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.
*/