diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-10-30 18:52:30 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-10-30 18:52:30 -0700 |
commit | ef097eb69cec0753074d5190e5ff91aabfaef5e5 (patch) | |
tree | dc14d2a189b8c1d864d5907dc1186f2b8f116368 /src | |
parent | 248033f31ea7198ab1339631cc198bb13935c2e8 (diff) | |
download | gem5-ef097eb69cec0753074d5190e5ff91aabfaef5e5.tar.xz |
SE/FS: Build the solaris object in both SE and FS.
Diffstat (limited to 'src')
-rw-r--r-- | src/kern/solaris/solaris.hh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/kern/solaris/solaris.hh b/src/kern/solaris/solaris.hh index 00eee994b..0dc2b7cb4 100644 --- a/src/kern/solaris/solaris.hh +++ b/src/kern/solaris/solaris.hh @@ -33,13 +33,6 @@ #include "base/types.hh" #include "config/full_system.hh" - -#if FULL_SYSTEM - -class Solaris {}; - -#else //!FULL_SYSTEM - #include "kern/operatingsystem.hh" class TranslatingPort; @@ -126,7 +119,4 @@ class Solaris : public OperatingSystem }; // class Solaris - -#endif // FULL_SYSTEM - #endif // __SOLARIS_HH__ |