qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 02/14] linux-user: drop __cygwin__ ifdef


From: Laurent Vivier
Subject: [Qemu-devel] [PULL 02/14] linux-user: drop __cygwin__ ifdef
Date: Thu, 16 Feb 2017 15:22:15 +0100

From: Riku Voipio <address@hidden>

linux-user doesn't work on cygwin anyways.

Cc: Richard Henderson <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>
---
 linux-user/mmap.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/linux-user/mmap.c b/linux-user/mmap.c
index 61685bf..4ed9cad 100644
--- a/linux-user/mmap.c
+++ b/linux-user/mmap.c
@@ -193,9 +193,6 @@ static int mmap_frag(abi_ulong real_start,
 
 #if HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64
 # define TASK_UNMAPPED_BASE  (1ul << 38)
-#elif defined(__CYGWIN__)
-/* Cygwin doesn't have a whole lot of address space.  */
-# define TASK_UNMAPPED_BASE  0x18000000
 #else
 # define TASK_UNMAPPED_BASE  0x40000000
 #endif
-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]