From dbe7af29a5fb470a6b963decb3bb88daa74cfc71 Mon Sep 17 00:00:00 2001 From: David Holsgrove Date: Thu, 6 Feb 2014 09:57:56 +1000 Subject: Revert "microblaze BZ #15705: Define MMAP2_PAGE_SHIFT" This reverts commit 79b846ecc0275ceb02b5e2d3b03a34d7c43e6bf9. Conflicts: NEWS ports/ChangeLog.microblaze Signed-off-by: David Holsgrove --- ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c (limited to 'ports/sysdeps/unix') diff --git a/ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c b/ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c deleted file mode 100644 index 11a6bd8245..0000000000 --- a/ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c +++ /dev/null @@ -1,4 +0,0 @@ -/* Microblaze kernel has PAGE_SHIFT set to 12. - Determine the shift dynamically with getpagesize. */ -#define MMAP2_PAGE_SHIFT -1 -#include -- cgit 1.4.1