diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2007-07-14 11:48:30 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2007-07-14 11:48:30 -0700 |
commit | 7cd6c7ee05b45b578fe20077bce53dd95dd5e7b4 (patch) | |
tree | 43fb8d802b8146b41e6878bb65a879be733664d1 /src/dev/alpha | |
parent | 92bb9242fb14db7ce3f78572ea428c8b3c06798a (diff) | |
download | gem5-7cd6c7ee05b45b578fe20077bce53dd95dd5e7b4.tar.xz |
Fix & tweak DPRINTFs for tracediff w/new cache code.
Note that we should *not* print pointer values in DPRINTFs as
these needlessly clutter tracediff output.
--HG--
extra : convert_revision : 25a448f1b3ac8d453a717a104ad6dc0112fb30bb
Diffstat (limited to 'src/dev/alpha')
-rw-r--r-- | src/dev/alpha/tsunami_cchip.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/alpha/tsunami_cchip.cc b/src/dev/alpha/tsunami_cchip.cc index 118160adf..8ed7e3399 100644 --- a/src/dev/alpha/tsunami_cchip.cc +++ b/src/dev/alpha/tsunami_cchip.cc @@ -453,7 +453,7 @@ TsunamiCChip::postRTC() if (!(cpumask & itint)) { itint |= cpumask; tsunami->intrctrl->post(i, TheISA::INTLEVEL_IRQ2, 0); - DPRINTF(Tsunami, "Posting RTC interrupt to cpu=%d", i); + DPRINTF(Tsunami, "Posting RTC interrupt to cpu=%d\n", i); } } |