arm: Delete debug print in initialization of hardware thread
authorRune Holm <rune.holm@arm.com>
Tue, 9 Jun 2015 13:21:16 +0000 (09:21 -0400)
committerRune Holm <rune.holm@arm.com>
Tue, 9 Jun 2015 13:21:16 +0000 (09:21 -0400)
commiteb3ed11794667975476a4ec3b070e215c2c5dc12
tree49148ec599d04a07f3555f1c44103afe5ced79c9
parentf4311d393295468389a7093e0e78d7f93f802a49
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.
src/arch/arm/isa.cc