diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-11-14 15:26:48 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-11-14 15:26:48 -0500 |
commit | 6650da85e7d2513d1a37b4786614eed67c9436e8 (patch) | |
tree | b5bcc98a33ace6cad817b863f3231d594504c7e8 /kern | |
parent | a89398e26271ce8e299aa77b521591c363a492ab (diff) | |
download | gem5-6650da85e7d2513d1a37b4786614eed67c9436e8.tar.xz |
by default bin interrupts seperately from kernel code.
--HG--
extra : convert_revision : fb890907402b7c1e873a2ac32e72cb6e0ed73f13
Diffstat (limited to 'kern')
-rw-r--r-- | kern/linux/linux_system.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/linux/linux_system.cc b/kern/linux/linux_system.cc index 12bfafd6b..29bd39857 100644 --- a/kern/linux/linux_system.cc +++ b/kern/linux/linux_system.cc @@ -244,7 +244,7 @@ BEGIN_INIT_SIM_OBJECT_PARAMS(LinuxSystem) INIT_PARAM_DFLT(system_rev, "Revision of system we are emulating", 1<<10), INIT_PARAM_DFLT(bin, "is this system to be binned", false), INIT_PARAM(binned_fns, "functions to be broken down and binned"), - INIT_PARAM_DFLT(bin_int, "is interrupt code binned seperately?", false) + INIT_PARAM_DFLT(bin_int, "is interrupt code binned seperately?", true) END_INIT_SIM_OBJECT_PARAMS(LinuxSystem) |