Re: [m5-dev] switchcpu fails with multiple cpus in SE mode

2009-11-15 Thread Korey Sewell
On Sun, Nov 15, 2009 at 4:27 PM, Gabe Black wrote: > This sort of question should be on the m5sim-users mailing list. Please > move it there. > > Agreed, but if he wants to actually dig into the code and fix it/submit a patch should it go on m5-dev? its a little ambiguous what to do there... -

Re: [m5-dev] switchcpu fails with multiple cpus in SE mode

2009-11-15 Thread Gabe Black
This sort of question should be on the m5sim-users mailing list. Please move it there. Gabe Sujay Phadke wrote: > Hello, > I am trying to use M5-dev (latest) in SE mode with multiple cpu's > (n=4) switching from atomic->timing->detailed. However, the assertion > in src/cpu/o3/thread_context_

[m5-dev] switchcpu fails with multiple cpus in SE mode

2009-11-15 Thread Sujay Phadke
Hello, I am trying to use M5-dev (latest) in SE mode with multiple cpu's (n=4) switching from atomic->timing->detailed. However, the assertion in src/cpu/o3/thread_context_impl.hh takeOverFrom() fails. getSystemPtr() == old_context->getSystemPtr() This takeOverFrom() is called from src/cpu/o3

[m5-dev] Cron /z/m5/regression/do-regression --scratch all

2009-11-15 Thread Cron Daemon
* build/ALPHA_SE/tests/fast/quick/00.hello/alpha/tru64/o3-timing passed. * build/ALPHA_SE/tests/fast/quick/20.eio-short/alpha/eio/simple-timing passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/tru64/simple-atomic passed. * build/ALPHA_SE/tests/fast/quick/20.eio-short/alpha/

[m5-dev] changeset in m5: ARM: Create a new type of load uop that restore...

2009-11-15 Thread Gabe Black
changeset 72836109775f in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=72836109775f description: ARM: Create a new type of load uop that restores spsr into cpsr. diffstat: 1 file changed, 17 insertions(+) src/arch/arm/isa/formats/macromem.isa | 17 + d

[m5-dev] changeset in m5: ARM: Make the exception return form of ldm rest...

2009-11-15 Thread Gabe Black
changeset e9970c1bccdd in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=e9970c1bccdd description: ARM: Make the exception return form of ldm restore CPSR. diffstat: 1 file changed, 10 insertions(+), 3 deletions(-) src/arch/arm/isa/formats/macromem.isa | 13 ++--