glibc/sysdeps/unix/sysv/linux/mips/sys
Matthew Fortune b1efe3bbcf Fix MIPS variable PAGE_SIZE bug (16191)
MIPS supports a variable page size but glibc defines a constant.
This causes at least two glibc tests to fail when the page size
does not match the hard-coded size:

inet/test-ifaddrs
inet/test_ifindex

	[BZ #16191]
	* NEWS: Mention bug fix.
	* sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
	(PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
	(HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
	(HOST_STACK_END_ADDR): Likewise.
2015-01-05 13:45:16 +00:00
..
cachectl.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
procfs.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sysmips.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ucontext.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
user.h Fix MIPS variable PAGE_SIZE bug (16191) 2015-01-05 13:45:16 +00:00