[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] pthread_attr_setstack() limitation
Hi,
as I was playing around to use an 8KB SRAM as stack via
pthread_attr_setstack() I saw there's a strange stacksize limitation in the
pthread lib. I removed that locally, because a global search doesn't show a
explanation that makes sense to me. Could it be changed in the official CVS
tree as well? See the patch below.
Cheers, F@lk
-----Original Message-----
From: cvs-robot@xxxxxxxxxxxxxxx: Monday, February 27, 2006 2:00 PM
Subject: CVS-notification
fbr committed:
uclinux_dist/uClibc/libc/sysdeps/linux/common/bits local_lim.h,1.3,1.4
don't limit stacksize to 0x2000, but no minimum-limit
diffs:
===================================================================
RCS file:
/repository1/uclinux_dist/uClibc/libc/sysdeps/linux/common/bits/local_lim.h,
v
retrieving revision 1.3
retrieving revision 1.4
diff -r1.3 -r1.4
74c74
< #define PTHREAD_STACK_MIN 16384
---
> #define PTHREAD_STACK_MIN 0x0
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/