diff options
author | Gabe Black <gabeblack@google.com> | 2019-04-29 16:20:45 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2019-04-30 18:52:13 +0000 |
commit | f19884d5caf6671a45c1fede69d4d019e76ad4f3 (patch) | |
tree | 87f49740d7c2163ab707cea6d96a18c94c3f520b /src/dev | |
parent | 52031e1c66cf1ca66a9fde259141dd5c30a22409 (diff) | |
download | gem5-f19884d5caf6671a45c1fede69d4d019e76ad4f3.tar.xz |
sparc: Move the interrupt types out of isa_traits.hh into interrupts.hh.
Those types aren't generic or used outside of SPARC.
Change-Id: I9bb154920a9625f12388c3d295dc933ab51fadde
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18469
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'src/dev')
-rw-r--r-- | src/dev/sparc/iob.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/sparc/iob.cc b/src/dev/sparc/iob.cc index f14653615..1df6decb5 100644 --- a/src/dev/sparc/iob.cc +++ b/src/dev/sparc/iob.cc @@ -40,6 +40,7 @@ #include <cstring> #include "arch/sparc/faults.hh" +#include "arch/sparc/interrupts.hh" #include "arch/sparc/isa_traits.hh" #include "base/bitfield.hh" #include "base/trace.hh" |