Sampling fixes related to the quiesce event.
authorKevin Lim <ktlim@umich.edu>
Tue, 16 May 2006 17:51:18 +0000 (13:51 -0400)
committerKevin Lim <ktlim@umich.edu>
Tue, 16 May 2006 17:51:18 +0000 (13:51 -0400)
commit989cc1735eb18f9894f91854acd28e9477fa3b60
tree8fe4bcd57c4a5978f24b8807489d8f8ae3ad96a2
parentbfa9cc2c3a7aa9003c145e6bda750edf18a01ea8
Sampling fixes related to the quiesce event.

cpu/cpu_exec_context.cc:
cpu/cpu_exec_context.hh:
    Sampling fixes.  The CPU models may switch during a quiesce period, so it needs to be sure to wake up the right XC.
cpu/exec_context.hh:
    Return the EndQuiesceEvent specifically.
sim/pseudo_inst.cc:
    Return the EndQuiesceEvent specifically for sampling.

--HG--
extra : convert_revision : f9aa1fc8d4db8058f05319cb6a3d4605ce93b4c8
cpu/cpu_exec_context.cc
cpu/cpu_exec_context.hh
cpu/exec_context.hh
sim/pseudo_inst.cc