From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Rowe Subject: Re: [PATCH] xs: set read_thread stacksize Date: Wed, 30 May 2012 13:10:09 +0100 Message-ID: <201205301310.09243.simon.rowe@eu.citrix.com> References: <0cf61ed6ce86de2b61db.1338307000@drall.uk.xensource.com> <201205300856.15605.simon.rowe@eu.citrix.com> <1338370815.31698.26.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1338370815.31698.26.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Roger Pau Monne , Ian Jackson , David Vrabel , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Wednesday 30 May 2012 10:40:15 Ian Campbell wrote: > If this little trick applies to both NetBSD and uclibc too then I guess > it would be OK, otherwise I think autoconf is necessary. It doesn't look to my untrained eye that xenstore is autoconf-aware. The makefile unilaterally sets USE_PTHREAD for example. Shall I just drop this test for now and if/when xenstore is updated to use autoconf it can be addressed then? Simon