From: Gabe Black Date: Mon, 31 Oct 2011 01:52:30 +0000 (-0700) Subject: SE/FS: Build the solaris object in both SE and FS. X-Git-Tag: stable_2012_06_28~297 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef097eb69cec0753074d5190e5ff91aabfaef5e5;p=gem5.git SE/FS: Build the solaris object in both SE and FS. --- 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__