Thanks Nate. I knew I'd seen the procedure somewhere before but hadn't realized it was so easy. I figured for a two character bugfix I'd just do it quickly. I'll remember next time.
Lisa On Tue, Sep 29, 2009 at 3:07 PM, nathan binkert <[email protected]> wrote: > Thanks for doing this. In the future, when committing a change > submitted by someone else, please make them the author. Commit has a > -u option, e.g. > hg commit -u "Soymyaroop Roy <[email protected]>" > > incidentally, qnew and qref also support -u > > Thanks, > > Nate > > On Tue, Sep 29, 2009 at 3:01 PM, Lisa Hsu <[email protected]> wrote: > > changeset 81e6aa93bc6a in /z/repo/m5 > > details: http://repo.m5sim.org/m5?cmd=changeset;node=81e6aa93bc6a > > description: > > commit Soumyaroop's bug catch about max_insts_all_threads > > > > diffstat: > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > src/cpu/base.cc | 2 +- > > > > diffs (12 lines): > > > > diff -r 2a69e47a335c -r 81e6aa93bc6a src/cpu/base.cc > > --- a/src/cpu/base.cc Sat Sep 26 12:51:37 2009 -0700 > > +++ b/src/cpu/base.cc Tue Sep 29 18:03:10 2009 -0400 > > @@ -151,7 +151,7 @@ > > *counter = numThreads; > > for (ThreadID tid = 0; tid < numThreads; ++tid) { > > Event *event = new CountedExitEvent(cause, *counter); > > - comInstEventQueue[tid]->schedule(event, > p->max_insts_any_thread); > > + comInstEventQueue[tid]->schedule(event, > p->max_insts_all_threads); > > } > > } > > > > _______________________________________________ > > m5-dev mailing list > > [email protected] > > http://m5sim.org/mailman/listinfo/m5-dev > > > > > _______________________________________________ > m5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/m5-dev > >
_______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
