Minor tweaks to make a switchover at tick N match
authorSteve Reinhardt <stever@eecs.umich.edu>
Tue, 9 Dec 2003 22:21:38 +0000 (14:21 -0800)
committerSteve Reinhardt <stever@eecs.umich.edu>
Tue, 9 Dec 2003 22:21:38 +0000 (14:21 -0800)
commit5e360051cff91763b71a214e820d24ac22146988
treea1e3a765ee793f9235c3e4cc0313ef225c688883
parentf13509e96803ab87e33c2c4f6277a29528012b9e
Minor tweaks to make a switchover at tick N match
restarting from a checkpoint at tick N.

cpu/simple_cpu/simple_cpu.cc:
    On a CPU switchover, schedule the new CPU's first tick event
    for curTick+1 instead of curTick.

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