summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa.cc
diff options
context:
space:
mode:
authorRune Holm <rune.holm@arm.com>2015-06-09 09:21:16 -0400
committerRune Holm <rune.holm@arm.com>2015-06-09 09:21:16 -0400
commiteb3ed11794667975476a4ec3b070e215c2c5dc12 (patch)
tree49148ec599d04a07f3555f1c44103afe5ced79c9 /src/arch/arm/isa.cc
parentf4311d393295468389a7093e0e78d7f93f802a49 (diff)
downloadgem5-eb3ed11794667975476a4ec3b070e215c2c5dc12.tar.xz
arm: Delete debug print in initialization of hardware thread
There seems to have been a debug print left in when the original ARMv8 support was merged in. This printout is performed every time you initialize a hardware thread, and it prints raw pointers, so it always causes diffs in the regression. This patch removes the debug print.
Diffstat (limited to 'src/arch/arm/isa.cc')
-rw-r--r--src/arch/arm/isa.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm/isa.cc b/src/arch/arm/isa.cc
index 2120c56db..bac7bab89 100644
--- a/src/arch/arm/isa.cc
+++ b/src/arch/arm/isa.cc
@@ -144,7 +144,6 @@ ISA::ISA(Params *p)
pmu->setISA(this);
system = dynamic_cast<ArmSystem *>(p->system);
- DPRINTFN("ISA system set to: %p %p\n", system, p->system);
// Cache system-level properties
if (FullSystem && system) {