small cleanup to sampling cpu code.
cpu/base_cpu.cc:
By default we should panic if the system doesn't explicitly support
switchover.
--HG--
extra : convert_revision : 4da2ec316d609cfb351fc5ceaa6d8fe36be14d4e
This commit is contained in:
@@ -197,8 +197,7 @@ BaseCPU::registerExecContexts()
|
||||
void
|
||||
BaseCPU::switchOut(SamplingCPU *sampler)
|
||||
{
|
||||
// default: do nothing, signal done
|
||||
sampler->signalSwitched();
|
||||
panic("This CPU doesn't support sampling!");
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user