From: Gabe Black Date: Sun, 1 Feb 2009 08:29:07 +0000 (-0800) Subject: X86: Find the natural lpj for this configuration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c5b9773bd5676cdc4ee3c5d3658878ad82c59f9;p=gem5.git X86: Find the natural lpj for this configuration. --- 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