diff options
author | Gabe Black <gabeblack@google.com> | 2019-09-11 14:18:25 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2019-10-12 04:11:57 +0000 |
commit | 75b19403a75f35f19773a387b3da698722d26924 (patch) | |
tree | 3cadfd51ae7c3edc17f32ba8b41a675ce3c276d1 /src/dev/x86/SConscript | |
parent | 6ee86bf497ea87a585fe8e4651760e71244fa2fb (diff) | |
download | gem5-75b19403a75f35f19773a387b3da698722d26924.tar.xz |
x86: Stop using and delete the x86 IntDevice class.
Most of its functionality has been exported already. This change makes
the two classes which were inheriting IntDevice create an IntMasterPort
themselves.
Change-Id: I73d17cd79cf8252b0e26dd2576f552bf9054adf4
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20825
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/x86/SConscript')
-rw-r--r-- | src/dev/x86/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dev/x86/SConscript b/src/dev/x86/SConscript index 4071cc8bd..81a9441fb 100644 --- a/src/dev/x86/SConscript +++ b/src/dev/x86/SConscript @@ -64,6 +64,3 @@ if env['TARGET_ISA'] == 'x86': SimObject('I82094AA.py') Source('i82094aa.cc') DebugFlag('I82094AA') - - Source('intdev.cc') - DebugFlag('IntDevice') |