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:
parent
1491a239d6
commit
0acb2d0108
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue