changeset f056e1b65c13 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=f056e1b65c13
description:
Act like enabling CPUs is no big deal,
rather than a scary thing that might not work.
diffstat:
src/dev/alpha/backdoor.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r dfd04ffc1773 -r f056e1b65c13 src/dev/alpha/backdoor.cc
--- a/src/dev/alpha/backdoor.cc Thu Jun 03 16:54:26 2010 -0700
+++ b/src/dev/alpha/backdoor.cc Thu Jun 03 16:54:28 2010 -0700
@@ -234,7 +234,7 @@
default:
int cpunum = (daddr - offsetof(AlphaAccess, cpuStack)) /
sizeof(alphaAccess->cpuStack[0]);
- warn("%d: Trying to launch CPU number %d!", curTick, cpunum);
+ inform("Launching CPU %d @ %d", cpunum, curTick);
assert(val > 0 && "Must not access primary cpu");
if (cpunum >= 0 && cpunum < 64)
alphaAccess->cpuStack[cpunum] = val;
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev