X86: Force the kernel to use a certain loops per jiffy instead of calculating it.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 12 Jun 2008 04:46:16 +0000 (00:46 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 12 Jun 2008 04:46:16 +0000 (00:46 -0400)
configs/common/FSConfig.py

index 9a600f079d14c36a4733f28f490327d52c85ea24..369d845c1c569c8c36bbfc77f181b32f5f36d3db 100644 (file)
@@ -178,7 +178,7 @@ def makeLinuxX86System(mem_mode, mdesc = None):
     self.bridge.side_b = self.membus.port
 
     # Command line
-    self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0'
+    self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015'
 
     # Platform
     self.pc = PC()