syscall_emul: move mmapGrowsDown() to LiveProcess
[gem5.git] / src / kern / operatingsystem.hh
index f6f035f43e3078226760482ae3fcef57724f233a..12aff946c089544aa4ae6698d2cdc70a7abb3bf5 100644 (file)
@@ -116,10 +116,6 @@ class OperatingSystem {
 
     static int openSpecialFile(std::string path, LiveProcess *process, ThreadContext *tc);
 
-    static const bool mmapGrowsUp = true;
-
-    static bool mmapGrowsDown() { return false; }
-
 };  // class OperatingSystem
 
 #endif // __OPERATINGSYSTEM_HH__