O3CPU: Make the instcount debugging stuff per-cpu.
authorClint Smullen <cws3k@cs.virginia.edu>
Mon, 10 Nov 2008 19:51:18 +0000 (11:51 -0800)
committerClint Smullen <cws3k@cs.virginia.edu>
Mon, 10 Nov 2008 19:51:18 +0000 (11:51 -0800)
commit1adfe5c7f3368c4225ff685ddcd66b6280c7599f
tree8732797923445ea09d9eac84ff371a33cef2d171
parent9c49bc7b00aa24b0488a83039ae8762d8f8094c5
O3CPU: Make the instcount debugging stuff per-cpu.
This is to prevent the assertion from firing if you have a large multicore.
Also make sure that it's not compiled in when NDEBUG is defined
src/cpu/base_dyn_inst.hh
src/cpu/base_dyn_inst_impl.hh
src/cpu/o3/base_dyn_inst.cc
src/cpu/o3/cpu.cc
src/cpu/o3/cpu.hh
src/cpu/ozone/base_dyn_inst.cc
src/cpu/ozone/cpu.hh
src/cpu/ozone/cpu_impl.hh