Remove all binning stuff
--HG-- extra : convert_revision : 6da2b3b0b6c2824f2064d42670fd8383edb7c718
This commit is contained in:
@@ -781,11 +781,6 @@ SimpleCPU::tick()
|
||||
fault = curStaticInst->execute(this, traceData);
|
||||
|
||||
#if FULL_SYSTEM
|
||||
if (system->kernelBinning->fnbin) {
|
||||
assert(cpuXC->getKernelStats());
|
||||
system->kernelBinning->execute(xcProxy, inst);
|
||||
}
|
||||
|
||||
if (cpuXC->profile) {
|
||||
bool usermode =
|
||||
(cpuXC->readMiscReg(AlphaISA::IPR_DTB_CM) & 0x18) != 0;
|
||||
|
||||
Reference in New Issue
Block a user