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]

SHMLBA on ARM


Hi

On ARM architecture SHMLBA != default page size. in glibc the currently
ARM uses default value which is set to default page size.

This patch adds arm specific shm.h which defines SHMLBA to kernel's
expected value (which is 4 * defualt page size)

I get shmat tests passes in LTP with this change.

OK?

-- 
Khem Raj
MontaVista Software Inc.

Changelog.arm

2007-11-13  Khem Raj  <kraj@mvista.com>

	* sysdeps/unix/sysv/linux/arm/bits/shm.h: New file.

Attachment: diff
Description: Text document

Attachment: signature.asc
Description: Digital signature


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