projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f16951
)
config: correct bug in x86 drive sys instantiation
author
Nilay Vaish
<nilay@cs.wisc.edu>
Fri, 31 Jan 2014 21:35:45 +0000
(15:35 -0600)
committer
Nilay Vaish
<nilay@cs.wisc.edu>
Fri, 31 Jan 2014 21:35:45 +0000
(15:35 -0600)
configs/example/fs.py
patch
|
blob
|
history
diff --git
a/configs/example/fs.py
b/configs/example/fs.py
index 824c4a2dcbc5e2fbd4c6ceced448eec933ad6df7..f53f5f151f3ceb898367c2612ac692e9ff94e590 100644
(file)
--- a/
configs/example/fs.py
+++ b/
configs/example/fs.py
@@
-191,7
+191,7
@@
if len(bm) == 2:
elif buildEnv['TARGET_ISA'] == 'sparc':
drive_sys = makeSparcSystem(drive_mem_mode, bm[1])
elif buildEnv['TARGET_ISA'] == 'x86':
- drive_sys = makeX86System(drive_mem_mode, np, bm[1])
+ drive_sys = make
Linux
X86System(drive_mem_mode, np, bm[1])
elif buildEnv['TARGET_ISA'] == 'arm':
drive_sys = makeArmSystem(drive_mem_mode, options.machine_type, bm[1])