SE/FS: Build the solaris object in both SE and FS.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 31 Oct 2011 01:52:30 +0000 (18:52 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 31 Oct 2011 01:52:30 +0000 (18:52 -0700)
src/kern/solaris/solaris.hh

index 00eee994b58bb0bd92c14ee1507d36b0be9056af..0dc2b7cb485cddddc83f9d60e86fc85627a9f852 100644 (file)
 
 #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__