From facb40f3ffce30cd9bc3b904eed5761d2d8b91c9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 30 Oct 2011 00:33:02 -0700 Subject: SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs. --- src/kern/linux/linux.hh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/kern/linux') diff --git a/src/kern/linux/linux.hh b/src/kern/linux/linux.hh index 7fe107139..d816a0932 100644 --- a/src/kern/linux/linux.hh +++ b/src/kern/linux/linux.hh @@ -34,12 +34,6 @@ #include "base/types.hh" #include "config/full_system.hh" -#if FULL_SYSTEM - -class Linux {}; - -#else //!FULL_SYSTEM - #include #include "kern/operatingsystem.hh" @@ -180,7 +174,4 @@ class Linux : public OperatingSystem }; // class Linux - -#endif // FULL_SYSTEM - #endif // __LINUX_HH__ -- cgit v1.2.3