From 41a9196f60a0399a0ef1e4cfe8e77391886120cf Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Mon, 13 Nov 2006 02:49:03 -0500 Subject: More interrupt reworking. --HG-- extra : convert_revision : 40dfbb72c4e418c54e909c54dad5fe6ef7017cb4 --- src/cpu/o3/commit.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cpu/o3/commit.hh') 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. */ -- cgit v1.2.3