From: Gabe Black Date: Thu, 12 Sep 2019 02:27:45 +0000 (-0700) Subject: arch: Remove the "interrupts.hh" switching header file. X-Git-Tag: v19.0.0.0~424 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6ef760ebb39e813526ba7abc3e05d7f449c9e32;p=gem5.git arch: Remove the "interrupts.hh" switching header file. That switching header is no longer necessary since everything outside of the ISA can use the BaseInterrupts class. Change-Id: Ie3ed45c38fec24234ff51fb05ba94f6f3cd02afd Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20832 Tested-by: kokoro Reviewed-by: Jason Lowe-Power Reviewed-by: Andreas Sandberg Maintainer: Andreas Sandberg --- diff --git a/src/arch/SConscript b/src/arch/SConscript index f59b02671..0661db7ff 100644 --- a/src/arch/SConscript +++ b/src/arch/SConscript @@ -60,7 +60,6 @@ Import('*') env.SwitchingHeaders( Split(''' decoder.hh - interrupts.hh isa.hh isa_traits.hh kernel_stats.hh