projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca6e0d7
)
X86: Find the natural lpj for this configuration.
author
Gabe Black
<gblack@eecs.umich.edu>
Sun, 1 Feb 2009 08:29:07 +0000
(
00:29
-0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Sun, 1 Feb 2009 08:29:07 +0000
(
00:29
-0800)
configs/common/FSConfig.py
patch
|
blob
|
history
diff --git
a/configs/common/FSConfig.py
b/configs/common/FSConfig.py
index 4a7c51c712ae2fad291227827bd630b40a9595f4..c02276d5c4057f0abec51a8375ae03078f01ef4b 100644
(file)
--- a/
configs/common/FSConfig.py
+++ b/
configs/common/FSConfig.py
@@
-322,7
+322,7
@@
def makeLinuxX86System(mem_mode, mdesc = None):
range_type = 1))
# Command line
- self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=
9608015
' + \
+ self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=
7999923
' + \
'root=/dev/hda1'
return self