summaryrefslogtreecommitdiff
path: root/src/kern/solaris
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-10-30 18:52:30 -0700
committerGabe Black <gblack@eecs.umich.edu>2011-10-30 18:52:30 -0700
commitef097eb69cec0753074d5190e5ff91aabfaef5e5 (patch)
treedc14d2a189b8c1d864d5907dc1186f2b8f116368 /src/kern/solaris
parent248033f31ea7198ab1339631cc198bb13935c2e8 (diff)
downloadgem5-ef097eb69cec0753074d5190e5ff91aabfaef5e5.tar.xz
SE/FS: Build the solaris object in both SE and FS.
Diffstat (limited to 'src/kern/solaris')
-rw-r--r--src/kern/solaris/solaris.hh10
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__