diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2009-02-01 00:20:44 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2009-02-01 00:20:44 -0800 |
commit | 01679bb416f288057f81acc1cc6dac17415cfcb8 (patch) | |
tree | afe6b50e57d6f376d6a2d5ccd2acf3c3321b749e /configs/common | |
parent | d432bd13b2f4796a4a9a97831c521ab66aadc414 (diff) | |
download | gem5-01679bb416f288057f81acc1cc6dac17415cfcb8.tar.xz |
X86: Take out the IDE noprobe kernel arguments.
Diffstat (limited to 'configs/common')
-rw-r--r-- | configs/common/FSConfig.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index 45fdc80a1..a3d5bd0ed 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -283,10 +283,7 @@ def makeLinuxX86System(mem_mode, mdesc = None): range_type = 1)) # Command line - self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015 ' + \ - 'ide1=noprobe ' + \ - 'ide2=noprobe ide3=noprobe ' + \ - 'ide4=noprobe ide5=noprobe' + self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015' return self |