summaryrefslogtreecommitdiff
path: root/emulators/gem5/files/patch-src_mem_physical.cc
blob: a2b568bcb7a02e7762eff5ac4f33b2b837479859 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/mem/physical.cc.orig	2015-04-21 15:32:43 UTC
+++ src/mem/physical.cc
@@ -62,11 +62,9 @@
  * host. On OSX the MAP_NORESERVE flag does not exist, so simply make
  * it 0.
  */
-#if defined(__APPLE__)
 #ifndef MAP_NORESERVE
 #define MAP_NORESERVE 0
 #endif
-#endif
 
 using namespace std;