summaryrefslogtreecommitdiff
path: root/cpu/o3/commit.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/commit.hh')
-rw-r--r--cpu/o3/commit.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpu/o3/commit.hh b/cpu/o3/commit.hh
index f374b8fb7..028bd5295 100644
--- a/cpu/o3/commit.hh
+++ b/cpu/o3/commit.hh
@@ -175,6 +175,10 @@ class DefaultCommit
/** Initializes stage by sending back the number of free entries. */
void initStage();
+ void switchOut();
+
+ void takeOverFrom();
+
/** Ticks the commit stage, which tries to commit instructions. */
void tick();
@@ -351,6 +355,8 @@ class DefaultCommit
/** Number of Active Threads */
unsigned numThreads;
+ bool switchedOut;
+
Tick trapLatency;
Tick fetchTrapLatency;