This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] MIPS: delete getpagesize.c


On Tue, 30 Nov 2010, Matt Turner wrote:

> 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.

It looks like the default configuration for MIPS is for 
arch_minimum_kernel=2.4.0 and __ASSUME_AT_PAGESIZE is only defined for 
2.4.1 or later, so this would change things for anyone configuring without 
--enable-kernel.  Support for anything before 2.6 isn't exactly *useful* 
with current glibc given that NPTL is the only threading implementation 
available; should we increase arch_minimum_kernel for MIPS to 2.6.0 or 
greater before putting this patch in?

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]