[PATCH] parisc: Disable LWS debugging

2007-05-22 Thread Aurelien Jarno
The LWS debugging code on parisc is wrongly enabled due to a bug in the use of the preprocessor directives. This debugging code is not thread safe and causes problems with a recent glibc on SMP kernels. Signed-off-by: Aurelien Jarno <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] --- syscall.S |8

Re: [parisc-linux] [PATCH] parisc: Disable LWS debugging

2007-05-22 Thread Kyle McMartin
On Tue, May 22, 2007 at 05:38:26PM +0200, Aurelien Jarno wrote: > The LWS debugging code on parisc is wrongly enabled due to a bug in the > use of the preprocessor directives. This debugging code is not thread > safe and causes problems with a recent glibc on SMP kernels. > > Signed-off-by: Aurel