[m5-dev] changeset in m5: X86: Find the natural lpj for this configuration.

2009-02-01 Thread Gabe Black
changeset 02e0e93d1ba7 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=02e0e93d1ba7 description: X86: Find the natural lpj for this configuration. diffstat: 1 file changed, 1 insertion(+), 1 deletion(-) configs/common/FSConfig.py |2 +- diffs (12 lines): diff -r

Re: [m5-dev] changeset in m5: X86: Find the natural lpj for this configuration.

2009-02-01 Thread nathan binkert
You're manually setting loops per jiffy? On alpha at least, we have a hook for the function that calculates it and programatically return the number based on the clock frequency selected. I guess I should respond via e-mail for the record. See arch/alpha/linux/system.(cc|hh)