summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-06-12 00:46:16 -0400
committerGabe Black <gblack@eecs.umich.edu>2008-06-12 00:46:16 -0400
commit561a541797d71f1eff4290a769cac2920b8e4cb8 (patch)
treedbf4081da4cc03be8994ea92cdf41aeb58c6a69a /configs
parent8e2991b529fd63f4d7c56518ebfbd2424f964172 (diff)
downloadgem5-561a541797d71f1eff4290a769cac2920b8e4cb8.tar.xz
X86: Force the kernel to use a certain loops per jiffy instead of calculating it.
Diffstat (limited to 'configs')
-rw-r--r--configs/common/FSConfig.py2
1 files changed, 1 insertions, 1 deletions
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()