summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-02-01 00:29:07 -0800
committerGabe Black <gblack@eecs.umich.edu>2009-02-01 00:29:07 -0800
commit1c5b9773bd5676cdc4ee3c5d3658878ad82c59f9 (patch)
tree43ebfae84bb223c7815457ea9c9e9fa248295648 /configs
parentca6e0d75c8343e707f5632e12af8e797160d3e6c (diff)
downloadgem5-1c5b9773bd5676cdc4ee3c5d3658878ad82c59f9.tar.xz
X86: Find the natural lpj for this configuration.
Diffstat (limited to 'configs')
-rw-r--r--configs/common/FSConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py
index 4a7c51c71..c02276d5c 100644
--- 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