Re: NPTL support

2007-11-05 Thread Markus Gothe
rasena. > > - Original Message From: Markus Gothe > <[EMAIL PROTECTED]> To: veerasena reddy > <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED]; linux-mips > <[EMAIL PROTECTED]>; linux-kernel.org > ; [EMAIL PROTECTED] Sent: Friday, > 2 November, 2007 6:01:41 P

Re: NPTL support

2007-11-05 Thread Markus Gothe
: Markus Gothe [EMAIL PROTECTED] To: veerasena reddy [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; linux-mips [EMAIL PROTECTED]; linux-kernel.org linux-kernel@vger.kernel.org; [EMAIL PROTECTED] Sent: Friday, 2 November, 2007 6:01:41 PM Subject: Re: NPTL support You'll have to use the uClibc-nptl branch

Re: NPTL support

2007-11-02 Thread Markus Gothe
ls-08.html ___ Mr Markus Gothe Software Engineer Phone: +46 (0)13 21 81 20 (ext. 1046) Fax: +46 (0)13 21 21 15 Mobile: +46 (0)73 718 72 80 Diskettgatan 11, SE-583 35 Linköping, Sweden www.27m.com PGP.sig Description: This is a digitally signed message part

Re: NPTL support

2007-11-02 Thread Markus Gothe
___ Mr Markus Gothe Software Engineer Phone: +46 (0)13 21 81 20 (ext. 1046) Fax: +46 (0)13 21 21 15 Mobile: +46 (0)73 718 72 80 Diskettgatan 11, SE-583 35 Linköping, Sweden www.27m.com PGP.sig Description: This is a digitally signed message part

Re: [PATCH] drivers/video/pmag-ba-fb.c: Improve diagnostics

2007-09-20 Thread Markus Gothe
[1]: > > http://kegel.com/crosstool/crosstool-0.43/patches/linux-2.6.11.3/arch_alpha_kernel_srcons.patch > > > i.e., explicitly change the structure/logic of the function to make > it obvious enough to gcc that the variable will not be used > uninitialized. > > > Satyam > >

Re: [PATCH] drivers/video/pmag-ba-fb.c: Improve diagnostics

2007-09-20 Thread Markus Gothe
case -- the alpha linux maintainer is also a gcc maintainer. Alpha even sets -Werror, so either he had to fix the kernel code that produced the warning, or go fix GCC to not warn about it -- he chose the former :-) - -- ___ Mr Markus Gothe Software Engineer

Re: [PATCH 10/68] 0 -> NULL, for arch/mips

2007-07-28 Thread Markus Gothe
) { int err; - if (bus == 0) + if (bus == NULL) return -1; if (where & 0x03) _______ Mr Markus Gothe Software Engineer Phone: +46 (0)13 21 81 20 (ext. 1046) Fax: +46 (0)13 21 21 15 Mobile: +46 (0)73 718 72 80 Di

Re: [PATCH 10/68] 0 - NULL, for arch/mips

2007-07-28 Thread Markus Gothe
) + if (bus == NULL) return -1; if (where 0x03) ___ Mr Markus Gothe Software Engineer Phone: +46 (0)13 21 81 20 (ext. 1046) Fax: +46 (0)13 21 21 15 Mobile: +46 (0)73 718 72 80 Diskettgatan 11, SE-583 35 Linköping, Sweden www