Merge with head.
--HG-- extra : convert_revision : 1cf4d998699d131c3b20eef67a3c2817af0ce439
This commit is contained in:
commit
fa86dcd1a6
1 changed files with 0 additions and 4 deletions
|
@ -106,14 +106,10 @@ BaseCPU::BaseCPU(Params *p)
|
|||
#endif
|
||||
{
|
||||
// currentTick = curTick;
|
||||
DPRINTF(FullCPU, "BaseCPU: Creating object, mem address %#x.\n", this);
|
||||
|
||||
// add self to global list of CPUs
|
||||
cpuList.push_back(this);
|
||||
|
||||
DPRINTF(FullCPU, "BaseCPU: CPU added to cpuList, mem address %#x.\n",
|
||||
this);
|
||||
|
||||
if (number_of_threads > maxThreadsPerCPU)
|
||||
maxThreadsPerCPU = number_of_threads;
|
||||
|
||||
|
|
Loading…
Reference in a new issue