projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
248033f
)
SE/FS: Build the solaris object in both SE and FS.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 31 Oct 2011 01:52:30 +0000
(18:52 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 31 Oct 2011 01:52:30 +0000
(18:52 -0700)
src/kern/solaris/solaris.hh
patch
|
blob
|
history
diff --git
a/src/kern/solaris/solaris.hh
b/src/kern/solaris/solaris.hh
index 00eee994b58bb0bd92c14ee1507d36b0be9056af..0dc2b7cb485cddddc83f9d60e86fc85627a9f852 100644
(file)
--- 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__