diff options
Diffstat (limited to 'src/cpu/minor/cpu.cc')
-rw-r--r-- | src/cpu/minor/cpu.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cpu/minor/cpu.cc b/src/cpu/minor/cpu.cc index ddba0cdaa..5edc570c7 100644 --- a/src/cpu/minor/cpu.cc +++ b/src/cpu/minor/cpu.cc @@ -108,17 +108,6 @@ MinorCPU::init() tc->initMemProxies(tc); } - - /* Initialise CPUs (== threads in the ISA) */ - if (FullSystem && !params()->switched_out) { - for (ThreadID thread_id = 0; thread_id < threads.size(); thread_id++) - { - ThreadContext *tc = getContext(thread_id); - - /* Initialize CPU, including PC */ - TheISA::initCPU(tc, cpuId()); - } - } } /** Stats interface from SimObject (by way of BaseCPU) */ |