summaryrefslogtreecommitdiff
path: root/src/dev/x86/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-10-11 15:15:34 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-10-11 15:15:34 -0700
commita2599e4fc1272e4c1fdf5cff90da88653579b62f (patch)
tree6ed886dbd3ccd1608b3f6fdbc37db266511d5f47 /src/dev/x86/SConscript
parent526933e5d03f5d7963bc5a244294ddbb068c4770 (diff)
downloadgem5-a2599e4fc1272e4c1fdf5cff90da88653579b62f.tar.xz
X86: Set up a mechanism for the I8254 timer to cause interrupts.
Diffstat (limited to 'src/dev/x86/SConscript')
-rw-r--r--src/dev/x86/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/x86/SConscript b/src/dev/x86/SConscript
index ae270aa90..7e3cc6eff 100644
--- a/src/dev/x86/SConscript
+++ b/src/dev/x86/SConscript
@@ -47,6 +47,7 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86':
SimObject('I8254.py')
Source('i8254.cc')
+ TraceFlag('I8254', 'Interrupts from the I8254 timer');
SimObject('PcSpeaker.py')
Source('speaker.cc')