diff options
author | David 'Digit' Turner <digit@android.com> | 2011-05-11 17:37:44 +0200 |
---|---|---|
committer | David 'Digit' Turner <digit@android.com> | 2011-06-01 17:08:19 +0200 |
commit | 280afa072a7b829e581d884c2b3276530a6014b7 (patch) | |
tree | 6f1f213d66db8a5f89994bdfda7c9cd24140ffeb /android/config | |
parent | ae3098a3bce898cf958a6c3334f3d62282b12d2a (diff) | |
download | external_qemu-280afa072a7b829e581d884c2b3276530a6014b7.zip external_qemu-280afa072a7b829e581d884c2b3276530a6014b7.tar.gz external_qemu-280afa072a7b829e581d884c2b3276530a6014b7.tar.bz2 |
ramblocks: integrate upstream implementation (sophisticated)
Change-Id: I49e96e2d5ae571849b0b6fef0a30b41ecdee8d23
Diffstat (limited to 'android/config')
-rw-r--r-- | android/config/darwin-x86/config-host.h | 1 | ||||
-rw-r--r-- | android/config/freebsd-x86/config-host.h | 1 | ||||
-rw-r--r-- | android/config/linux-ppc/config-host.h | 1 | ||||
-rw-r--r-- | android/config/linux-x86/config-host.h | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/android/config/darwin-x86/config-host.h b/android/config/darwin-x86/config-host.h index 437971b..0395918 100644 --- a/android/config/darwin-x86/config-host.h +++ b/android/config/darwin-x86/config-host.h @@ -17,3 +17,4 @@ #define MAP_ANONYMOUS MAP_ANON #define CONFIG_ANDROID 1 #define CONFIG_POSIX 1 +#define CONFIG_MADVISE 1 diff --git a/android/config/freebsd-x86/config-host.h b/android/config/freebsd-x86/config-host.h index 582583c..2e44a83 100644 --- a/android/config/freebsd-x86/config-host.h +++ b/android/config/freebsd-x86/config-host.h @@ -15,3 +15,4 @@ #define CONFIG_SKINS 1 #define CONFIG_ANDROID 1 #define CONFIG_POSIX 1 +#define CONFIG_MADVISE 1 diff --git a/android/config/linux-ppc/config-host.h b/android/config/linux-ppc/config-host.h index 03d2b22..9faf170 100644 --- a/android/config/linux-ppc/config-host.h +++ b/android/config/linux-ppc/config-host.h @@ -17,3 +17,4 @@ #define CONFIG_LINUX 1 #define CONFIG_POSIX 1 #define CONFIG_ANDROID 1 +#define CONFIG_MADVISE 1 diff --git a/android/config/linux-x86/config-host.h b/android/config/linux-x86/config-host.h index 15d6ab8..70a0eed 100644 --- a/android/config/linux-x86/config-host.h +++ b/android/config/linux-x86/config-host.h @@ -17,3 +17,4 @@ #define CONFIG_LINUX 1 #define CONFIG_POSIX 1 #define CONFIG_ANDROID 1 +#define CONFIG_MADVISE 1 |