arch: Remove the "interrupts.hh" switching header file.
authorGabe Black <gabeblack@google.com>
Thu, 12 Sep 2019 02:27:45 +0000 (19:27 -0700)
committerGabe Black <gabeblack@google.com>
Sat, 19 Oct 2019 01:46:00 +0000 (01:46 +0000)
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 <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>

src/arch/SConscript

index f59b026718e1a7e665ab327f940ad54be4a6f13e..0661db7fff013c9fad094454126077fd76b4cf85 100644 (file)
@@ -60,7 +60,6 @@ Import('*')
 env.SwitchingHeaders(
     Split('''
         decoder.hh
-        interrupts.hh
         isa.hh
         isa_traits.hh
         kernel_stats.hh