229a230,235
> case MISCREG_L2CTLR:
> // mostly unimplemented, just set NumCPUs field from sim and return
> L2CTLR l2ctlr = 0;
> // b00:1CPU to b11:4CPUs
> l2ctlr.numCPUs = tc->getSystemPtr()->numContexts() - 1;
> return l2ctlr;
539a546,548
> case MISCREG_L2CTLR:
> warn("miscreg L2CTLR (%s) written with %#x. ignored...\n",
> miscRegName[misc_reg], uint32_t(val));