From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15116 invoked by alias); 5 Feb 2014 07:52:44 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 15068 invoked by uid 48); 5 Feb 2014 07:52:40 -0000 From: "david.holsgrove at xilinx dot com" To: glibc-bugs@sourceware.org Subject: [Bug ports/15705] MicroBlaze mmap64 incorrect page shift Date: Wed, 05 Feb 2014 07:52:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: ports X-Bugzilla-Version: 2.19 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: david.holsgrove at xilinx dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc version resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-02/txt/msg00065.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=15705 David Holsgrove changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |david.holsgrove at xilinx dot com Version|2.17 |2.19 Resolution|--- |FIXED --- Comment #2 from David Holsgrove --- Pushed commit to MicroBlaze glibc port; https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=79b846ecc0275ceb02b5e2d3b03a34d7c43e6bf9 commit 79b846ecc0275ceb02b5e2d3b03a34d7c43e6bf9 Author: David Holsgrove Date: Tue Feb 4 09:26:15 2014 +1000 microblaze BZ #15705: Define MMAP2_PAGE_SHIFT Define MMAP2_PAGE_SHIFT to -1 for microblaze so the correct shift for the syscall is determined dynamically using getpagesize ports/ChangeLog.microblaze 2014-02-04 David Holsgrove * sysdeps/unix/sysv/linux/microblaze/mmap64.c: New file. Signed-off-by: David Holsgrove -- You are receiving this mail because: You are on the CC list for the bug.