public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Matt Turner <mattst88@gmail.com>
To: libc-ports@sourceware.org
Cc: "Maciej W. Rozycki" <macro@linux-mips.org>,
	Richard Henderson <rth@twiddle.net>,
	Andrew Pinksi <andrew.pinski@caviumnetworks.com>,
	Matt Turner <mattst88@gmail.com>
Subject: [PATCH] MIPS: delete getpagesize.c
Date: Wed, 01 Dec 2010 01:35:00 -0000	[thread overview]
Message-ID: <1291165591-12653-1-git-send-email-mattst88@gmail.com> (raw)

MIPS' getpagesize.c just included ia64's getpagesize.c, which was in
turn just the implementation sysdeps/unix/sysv/linux/getpagesize.c with
ifdef __ASSUME_AT_PAGESIZE which is defined on all Linux platforms since
2.4.0-pre. Just use the generic implementation which will do the exact
same thing.

Signed-off-by: Matt Turner <mattst88@gmail.com>
---
I don't have commit access, so someone who does, please commit.

 ChangeLog.mips                             |    4 ++++
 sysdeps/unix/sysv/linux/mips/getpagesize.c |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)
 delete mode 100644 sysdeps/unix/sysv/linux/mips/getpagesize.c

diff --git a/ChangeLog.mips b/ChangeLog.mips
index 8ea85cc..6da1b40 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,3 +1,7 @@
+2010-11-30  Matt Turner  <mattst88@gmail.com>
+
+	* sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
+
 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
diff --git a/sysdeps/unix/sysv/linux/mips/getpagesize.c b/sysdeps/unix/sysv/linux/mips/getpagesize.c
deleted file mode 100644
index 49492e5..0000000
--- a/sysdeps/unix/sysv/linux/mips/getpagesize.c
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/unix/sysv/linux/ia64/getpagesize.c>
-- 
1.7.2.2

             reply	other threads:[~2010-12-01  1:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-01  1:35 Matt Turner [this message]
2010-12-03 17:21 ` Joseph S. Myers
2010-12-03 17:47   ` Matt Turner
2010-12-06 16:27     ` Joseph S. Myers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1291165591-12653-1-git-send-email-mattst88@gmail.com \
    --to=mattst88@gmail.com \
    --cc=andrew.pinski@caviumnetworks.com \
    --cc=libc-ports@sourceware.org \
    --cc=macro@linux-mips.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).