summaryrefslogtreecommitdiff
path: root/src/arch/x86/linux
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-01-21 04:32:34 -0500
committerGabe Black <gblack@eecs.umich.edu>2008-01-21 04:32:34 -0500
commit657b52fea1aa53988b83e4cd91dac7836825a7d7 (patch)
tree174f7f7c8aa22a7836117b93e1782a8cd974133c /src/arch/x86/linux
parent48295aa5147b11cdf4eebbf561b65c8d5668c019 (diff)
downloadgem5-657b52fea1aa53988b83e4cd91dac7836825a7d7.tar.xz
X86: Use the existing boot_osflags instead of duplicating it.
--HG-- extra : convert_revision : e04e438d7d261a61c52b946c23cd126ed648814a
Diffstat (limited to 'src/arch/x86/linux')
-rw-r--r--src/arch/x86/linux/system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/linux/system.cc b/src/arch/x86/linux/system.cc
index 2569fb0ae..944bb2930 100644
--- a/src/arch/x86/linux/system.cc
+++ b/src/arch/x86/linux/system.cc
@@ -68,7 +68,7 @@ using namespace LittleEndianGuest;
using namespace X86ISA;
LinuxX86System::LinuxX86System(Params *p)
- : X86System(p), commandLine(p->command_line)
+ : X86System(p), commandLine(p->boot_osflags)
{
}