X86: Force the kernel to use a certain loops per jiffy instead of calculating it.

This commit is contained in:
Gabe Black 2008-06-12 00:46:16 -04:00
parent 8e2991b529
commit 561a541797

View 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()