base, sim, mem, arch: Remove the dummy CPU in NULL
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 7 Sep 2020 11:34:02 +0000 (12:34 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 14 Sep 2020 08:52:40 +0000 (08:52 +0000)
commit56e53cafe0e68551f456c1da85913022704e573b
tree9357b0241c1052e1501206882ba658d3e698b667
parentb2847f43c91e27f43bd4ac08abd528efcf00f2fd
base, sim, mem, arch: Remove the dummy CPU in NULL

The NULL ISA target has a dummy BaseCPU class that doesn't seem to be
needed anymore. Remove this class and the some unnecessary includes.

Change-Id: I031c999b3c0bb8dec036ad087a3edb2c1c723501
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34236
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Gabe Black <gabeblack@google.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/mips/locked_mem.hh
src/arch/null/SConscript
src/arch/null/cpu_dummy.cc [deleted file]
src/arch/null/cpu_dummy.hh [deleted file]
src/arch/riscv/locked_mem.hh
src/cpu/base.hh
src/mem/abstract_mem.cc
src/mem/cache/prefetch/base.cc
src/sim/stat_control.cc
src/sim/system.cc
src/sim/system.hh