A few minor fixes to sampling... seems to work now for the base case
authorSteve Reinhardt <stever@eecs.umich.edu>
Fri, 24 Oct 2003 04:52:46 +0000 (21:52 -0700)
committerSteve Reinhardt <stever@eecs.umich.edu>
Fri, 24 Oct 2003 04:52:46 +0000 (21:52 -0700)
commitcd6b6df581f554805a5a1388ccd78044d91a2663
treef79d8fafd5373626635b7f81d4215b81bff5aec0
parentcc9a838f4c5a5bf5e8951bdb351fc7d4b74661fb
A few minor fixes to sampling... seems to work now for the base case
of two CPUs and one switch-over event.  Still some stats glitches though.

cpu/simple_cpu/simple_cpu.cc:
    Schedule switched-to CPU right on curTick so we don't lose a cycle.
    Remember to switch out old CPU.

--HG--
extra : convert_revision : f1bf21cac054c74f59770d8b20b30118f46be6f1
cpu/simple_cpu/simple_cpu.cc