X86: Find the natural lpj for this configuration.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 1 Feb 2009 08:29:07 +0000 (00:29 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 1 Feb 2009 08:29:07 +0000 (00:29 -0800)
configs/common/FSConfig.py

index 4a7c51c712ae2fad291227827bd630b40a9595f4..c02276d5c4057f0abec51a8375ae03078f01ef4b 100644 (file)
@@ -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