X86: Find the natural lpj for this configuration.

This commit is contained in:
Gabe Black 2009-02-01 00:29:07 -08:00
parent ca6e0d75c8
commit 1c5b9773bd

View 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