Re: [PATCH] nptl: use arch-specific cancellation routines for x86_64

2010-05-03 Thread Austin Foxley
On 04/30/2010 07:18 AM, Roman I Khimov wrote: They were present in sources, but not compiled in. Generic routines are broken badly on x86_64, even basic threading test like pthread/ex1 didn't work with them. Signed-off-by: Roman I Khimov khi...@altell.ru Applied thanks -Austin

[PATCH] nptl: use arch-specific cancellation routines for x86_64

2010-04-30 Thread Roman I Khimov
They were present in sources, but not compiled in. Generic routines are broken badly on x86_64, even basic threading test like pthread/ex1 didn't work with them. Signed-off-by: Roman I Khimov khi...@altell.ru --- libpthread/nptl/Makefile.in| 10 +++