summaryrefslogtreecommitdiff
path: root/src/cpu/minor/pipeline.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/minor/pipeline.hh')
-rw-r--r--src/cpu/minor/pipeline.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/minor/pipeline.hh b/src/cpu/minor/pipeline.hh
index 2e1aa9921..9b6ca0d32 100644
--- a/src/cpu/minor/pipeline.hh
+++ b/src/cpu/minor/pipeline.hh
@@ -112,7 +112,7 @@ class Pipeline : public Ticked
public:
/** Wake up the Fetch unit. This is needed on thread activation esp.
* after quiesce wakeup */
- void wakeupFetch();
+ void wakeupFetch(ThreadID tid);
/** Try to drain the CPU */
bool drain();