diff options
Diffstat (limited to 'cpu/o3/rename_impl.hh')
-rw-r--r-- | cpu/o3/rename_impl.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/o3/rename_impl.hh b/cpu/o3/rename_impl.hh index b4f1077d1..829c99584 100644 --- a/cpu/o3/rename_impl.hh +++ b/cpu/o3/rename_impl.hh @@ -258,6 +258,7 @@ template <class Impl> void DefaultRename<Impl>::switchOut() { + // Rename is ready to switch out at any time. cpu->signalSwitched(); } @@ -265,6 +266,7 @@ template <class Impl> void DefaultRename<Impl>::doSwitchOut() { + // Clear any state, fix up the rename map. for (int i = 0; i < numThreads; i++) { typename list<RenameHistory>::iterator hb_it = historyBuffer[i].begin(); |