projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e2991b
)
X86: Force the kernel to use a certain loops per jiffy instead of calculating it.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 12 Jun 2008 04:46:16 +0000
(
00:46
-0400)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 12 Jun 2008 04:46:16 +0000
(
00:46
-0400)
configs/common/FSConfig.py
patch
|
blob
|
history
diff --git
a/configs/common/FSConfig.py
b/configs/common/FSConfig.py
index 9a600f079d14c36a4733f28f490327d52c85ea24..369d845c1c569c8c36bbfc77f181b32f5f36d3db 100644
(file)
--- 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()