diff options
Diffstat (limited to 'src/cpu/base.cc')
-rw-r--r-- | src/cpu/base.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cpu/base.cc b/src/cpu/base.cc index 80726ac2b..ac0c7ac5b 100644 --- a/src/cpu/base.cc +++ b/src/cpu/base.cc @@ -318,12 +318,6 @@ BaseCPU::init() verifyMemoryMode(); } - - //These calls eventually need to be moved to initState - if (FullSystem && !params()->switched_out) { - for (auto *tc: threadContexts) - TheISA::initCPU(tc, tc->contextId()); - } } void |