diff options
Diffstat (limited to 'cpu/o3/fu_pool.hh')
-rw-r--r-- | cpu/o3/fu_pool.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/o3/fu_pool.hh b/cpu/o3/fu_pool.hh index da6fdc802..052e4832d 100644 --- a/cpu/o3/fu_pool.hh +++ b/cpu/o3/fu_pool.hh @@ -155,7 +155,10 @@ class FUPool : public SimObject return maxIssueLatencies[capability]; } + /** Switches out functional unit pool. */ void switchOut(); + + /** Takes over from another CPU's thread. */ void takeOverFrom(); }; |