arch,cpu,kern,sim: Eliminate the utility.hh switching header.

This header is no longer used. Remove the places where it's included,
and stop generating it. Also eliminate the now empty SPARC and Power
versions of the header.

Change-Id: I6ee66d39bc0218d1d9b9b7db3b350134ef03251d
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/39337
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
This commit is contained in:
Gabe Black
2021-01-18 20:16:11 -08:00
parent 5ffd619d38
commit 08913caec2
26 changed files with 0 additions and 91 deletions

View File

@@ -64,7 +64,6 @@ env.SwitchingHeaders(
registers.hh
remote_gdb.hh
types.hh
utility.hh
'''),
env.subst('${TARGET_ISA}'))