diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-04-28 15:34:03 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-04-28 15:34:03 -0400 |
commit | c819a1c0e188a388cd1891fa5a36e81adcd6c279 (patch) | |
tree | ac334b7da1db5be0f8b9997fb9645f5c53595088 /arch/alpha | |
parent | 8f8d09538f58d2e56d7f61b595e64bd06cce8484 (diff) | |
download | gem5-c819a1c0e188a388cd1891fa5a36e81adcd6c279.tar.xz |
Add SparcSystem object
arch/alpha/system.hh:
sim/system.hh:
make boot_osflags apply to all systems
--HG--
extra : convert_revision : 48cf903fd92be250b86817210951b85fa5e74632
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/system.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/alpha/system.hh b/arch/alpha/system.hh index fe1307ac3..924e16826 100644 --- a/arch/alpha/system.hh +++ b/arch/alpha/system.hh @@ -45,7 +45,6 @@ class AlphaSystem : public System { std::string console_path; std::string palcode; - std::string boot_osflags; uint64_t system_type; uint64_t system_rev; }; |