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:
Nathan Binkert 2005-03-15 12:17:22 -05:00
parent 1491a239d6
commit 0acb2d0108

View file

@ -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