diff options
author | David Holsgrove <david.holsgrove@xilinx.com> | 2014-02-06 09:57:56 +1000 |
---|---|---|
committer | David Holsgrove <david.holsgrove@xilinx.com> | 2014-02-06 09:57:56 +1000 |
commit | dbe7af29a5fb470a6b963decb3bb88daa74cfc71 (patch) | |
tree | 57cb63e9238a00add0f79fe998a5e7cfb767aadc /ports/sysdeps | |
parent | f482dbbec775bf72eb6510b6091fca141893c466 (diff) | |
download | glibc-dbe7af29a5fb470a6b963decb3bb88daa74cfc71.tar.gz glibc-dbe7af29a5fb470a6b963decb3bb88daa74cfc71.tar.xz glibc-dbe7af29a5fb470a6b963decb3bb88daa74cfc71.zip |
Revert "microblaze BZ #15705: Define MMAP2_PAGE_SHIFT"
This reverts commit 79b846ecc0275ceb02b5e2d3b03a34d7c43e6bf9. Conflicts: NEWS ports/ChangeLog.microblaze Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
Diffstat (limited to 'ports/sysdeps')
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 <sysdeps/unix/sysv/linux/mmap64.c> |