summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-07-29 13:53:39 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-07-29 13:53:39 -0700
commitfa86dcd1a6a11f4c48d71c9b622d5aa7129849e4 (patch)
treec32d099e3d7a69f0b5214b58adcb8877bf6e73b2 /src
parent7309d5ee45a7f6e71693c4f2582468eb591fc16a (diff)
parent362ff1bcebd78c0c247e435eac657c8a1134b1fb (diff)
downloadgem5-fa86dcd1a6a11f4c48d71c9b622d5aa7129849e4.tar.xz
Merge with head.
--HG-- extra : convert_revision : 1cf4d998699d131c3b20eef67a3c2817af0ce439
Diffstat (limited to 'src')
-rw-r--r--src/cpu/base.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/base.cc b/src/cpu/base.cc
index 0fc3b4cea..6c8bf65fa 100644
--- a/src/cpu/base.cc
+++ b/src/cpu/base.cc
@@ -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;