projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89398e
)
by default bin interrupts seperately from kernel code.
author
Ali Saidi
<saidi@eecs.umich.edu>
Sun, 14 Nov 2004 20:26:48 +0000
(15:26 -0500)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Sun, 14 Nov 2004 20:26:48 +0000
(15:26 -0500)
--HG--
extra : convert_revision :
fb890907402b7c1e873a2ac32e72cb6e0ed73f13
kern/linux/linux_system.cc
patch
|
blob
|
history
diff --git
a/kern/linux/linux_system.cc
b/kern/linux/linux_system.cc
index 12bfafd6b89ddb6e5e4f5db9edbf591d87b644ae..29bd398575ea422de745261a2346afd7da0be75c 100644
(file)
--- 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?",
fals
e)
+ INIT_PARAM_DFLT(bin_int, "is interrupt code binned seperately?",
tru
e)
END_INIT_SIM_OBJECT_PARAMS(LinuxSystem)