diff options
author | David S. Miller <davem@davemloft.net> | 2012-03-27 14:25:55 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-27 14:25:55 -0700 |
commit | 7ac88e383150ef3722bc58c541f261528bc25d22 (patch) | |
tree | d9618d11aba815988d3494eab024709390988bb9 /nptl/ChangeLog | |
parent | 6143dc8d006030f7235129015b988952072f4553 (diff) | |
download | glibc-7ac88e383150ef3722bc58c541f261528bc25d22.tar.gz glibc-7ac88e383150ef3722bc58c541f261528bc25d22.tar.xz glibc-7ac88e383150ef3722bc58c541f261528bc25d22.zip |
Fix nptl/tst-cond1{6,7,8}.c on 32-bit with many cpus.
* tst-cond16.c (do_test): Use a thread stack size which is either PTHREAD_STACK_MIN or the page size, whichever is larger. * tst-cond18.c (do_test): Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ad345f9505..4622393a4f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2012-03-27 David S. Miller <davem@davemloft.net> + + * tst-cond16.c (do_test): Use a thread stack size which is either + PTHREAD_STACK_MIN or the page size, whichever is larger. + * tst-cond18.c (do_test): Likewise. + 2012-03-19 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/pthreaddef.h (CURRENT_STACK_FRAME): Use |