From ff4009ac005be0347015f8ba5a8e37a3aa930e69 Mon Sep 17 00:00:00 2001 From: Mitch Hayenga Date: Thu, 21 Jul 2016 17:19:16 +0100 Subject: cpu: Add SMT support to MinorCPU This patch adds SMT support to the MinorCPU. Currently RoundRobin or Random thread scheduling are supported. Change-Id: I91faf39ff881af5918cca05051829fc6261f20e3 --- src/cpu/minor/pipeline.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/minor/pipeline.hh') 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(); -- cgit v1.2.3