From 11590aa21f21f5844086926eb43dee935c8401eb Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 15 Aug 2012 22:18:08 -0700 Subject: [PATCH] Remove now-unnecessary comment about 64-bit machines. --- src/microcode/ux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/ux.c b/src/microcode/ux.c index 417e45a62..955a3a368 100644 --- a/src/microcode/ux.c +++ b/src/microcode/ux.c @@ -763,7 +763,7 @@ mmap_heap_malloc_try (unsigned long address, unsigned long request, int flags) #ifndef __linux__ /* Try to use our low addresses even if the OS has a tendency to choose - high ones. (What if we're on a 64-bit system? Why do we care?) */ + high ones. */ #ifdef __x86_64__ # define MMAP_EXTRA_FLAGS 0 -- 2.25.1