Revert power patch sets with unexpected interactions
authorAndreas Sandberg <andreas.sandberg@arm.com>
Wed, 6 Apr 2016 18:43:31 +0000 (19:43 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Wed, 6 Apr 2016 18:43:31 +0000 (19:43 +0100)
commitbe28d96510e0e722db83b26f1a12d3f5de979b32
tree6a7e1807397f002f51fddb34568b89250fca45c8
parent8615b27174ae06db4665016c877b1e88031af203
Revert power patch sets with unexpected interactions

The following patches had unexpected interactions with the current
upstream code and have been reverted for now:

e07fd01651f3: power: Add support for power models
831c7f2f9e39: power: Low-power idle power state for idle CPUs
4f749e00b667: power: Add power states to ClockedObject

Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
--HG--
extra : amend_source : 0b6fb073c6bbc24be533ec431eb51fbf1b269508
57 files changed:
ext/sst/ExtMaster.cc
src/arch/arm/isa.cc
src/arch/arm/vtophys.cc
src/cpu/base.cc
src/cpu/base.hh
src/cpu/base_dyn_inst.hh
src/cpu/checker/cpu.cc
src/cpu/checker/cpu_impl.hh
src/cpu/kvm/base.cc
src/cpu/kvm/x86_cpu.cc
src/cpu/minor/cpu.cc
src/cpu/minor/fetch1.cc
src/cpu/minor/lsq.cc
src/cpu/o3/cpu.cc
src/cpu/o3/fetch_impl.hh
src/cpu/o3/lsq.hh
src/cpu/o3/lsq_impl.hh
src/cpu/pred/2bit_local.cc
src/cpu/pred/2bit_local.hh
src/cpu/pred/BranchPredictor.py
src/cpu/pred/SConscript
src/cpu/pred/bi_mode.cc
src/cpu/pred/bi_mode.hh
src/cpu/pred/bpred_unit.cc
src/cpu/pred/bpred_unit.hh
src/cpu/pred/btb.cc
src/cpu/pred/btb.hh
src/cpu/pred/indirect.cc [deleted file]
src/cpu/pred/indirect.hh [deleted file]
src/cpu/pred/tournament.cc
src/cpu/pred/tournament.hh
src/cpu/simple/atomic.cc
src/cpu/simple/timing.cc
src/cpu/testers/memtest/memtest.cc
src/cpu/testers/networktest/networktest.cc
src/cpu/testers/rubytest/Check.cc
src/cpu/trace/trace_cpu.cc
src/doc/power_thermal_model.doxygen [deleted file]
src/mem/cache/prefetch/queued.cc
src/mem/request.hh
src/sim/ClockedObject.py
src/sim/SConscript
src/sim/clocked_object.cc
src/sim/clocked_object.hh
src/sim/mathexpr.cc [deleted file]
src/sim/mathexpr.hh [deleted file]
src/sim/power/MathExprPowerModel.py [deleted file]
src/sim/power/PowerModel.py [deleted file]
src/sim/power/PowerModelState.py [deleted file]
src/sim/power/SConscript
src/sim/power/mathexpr_powermodel.cc [deleted file]
src/sim/power/mathexpr_powermodel.hh [deleted file]
src/sim/power/power_model.cc [deleted file]
src/sim/power/power_model.hh [deleted file]
src/sim/power/thermal_domain.cc
src/sim/sub_system.cc
src/sim/sub_system.hh