From: Gabe Black Date: Thu, 12 Jun 2008 04:46:16 +0000 (-0400) Subject: X86: Force the kernel to use a certain loops per jiffy instead of calculating it. X-Git-Tag: m5_2.0_beta6~166 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=561a541797d71f1eff4290a769cac2920b8e4cb8;p=gem5.git X86: Force the kernel to use a certain loops per jiffy instead of calculating it. --- diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index 9a600f079..369d845c1 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -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()