SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs.
This commit is contained in:
@@ -34,12 +34,6 @@
|
||||
#include "base/types.hh"
|
||||
#include "config/full_system.hh"
|
||||
|
||||
#if FULL_SYSTEM
|
||||
|
||||
class Linux {};
|
||||
|
||||
#else //!FULL_SYSTEM
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "kern/operatingsystem.hh"
|
||||
@@ -180,7 +174,4 @@ class Linux : public OperatingSystem
|
||||
|
||||
}; // class Linux
|
||||
|
||||
|
||||
#endif // FULL_SYSTEM
|
||||
|
||||
#endif // __LINUX_HH__
|
||||
|
||||
Reference in New Issue
Block a user