diff options
author | Gabe Black <gabeblack@google.com> | 2019-09-11 19:27:45 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2019-10-19 01:46:00 +0000 |
commit | b6ef760ebb39e813526ba7abc3e05d7f449c9e32 (patch) | |
tree | 3c0ef91f0e687f9c1568bea643f5e673d26c5e82 /src | |
parent | ae390c629f2a10fd6a1c2eb50b7d3510d6e091da (diff) | |
download | gem5-b6ef760ebb39e813526ba7abc3e05d7f449c9e32.tar.xz |
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 <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>
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
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 |