[PATCH] NPTL proposed large page fix for pthread_create.
Steven Munroe
munroesj@us.ibm.com
Mon Dec 5 22:12:00 GMT 2005
This patch fixes the problem on systems that support multiple page
sizes, but we don't want to change the PTHREAD_STACK_MIN const that is
still valid for the smaller page size and the ATTR_FLAG_STACKADDR case.
For the case where the runtime allocates the stack we need to make sure
the 2 page minimum is meet. Where the PTHREAD_STACK_MIN is less than
the 2 page minimum, bump the allocation up to 2 pages.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ppc-64kpage-20051128.txt
URL: <http://sourceware.org/pipermail/libc-hacker/attachments/20051205/1934a037/attachment.txt>
More information about the Libc-hacker
mailing list