changeset b3dfb40bb2ab in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=b3dfb40bb2ab
description:
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:
src/arch/arm/isa.cc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 43b5dd939a49 -r b3dfb40bb2ab src/arch/arm/isa.cc
--- a/src/arch/arm/isa.cc Tue Jun 09 09:21:15 2015 -0400
+++ b/src/arch/arm/isa.cc Tue Jun 09 09:21:16 2015 -0400
@@ -144,7 +144,6 @@
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) {
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev