[uml-devel] Re: [PATCH 6/6] x86_64: enable xchg optimization for x86_64

2005-10-25 Thread Andi Kleen
On Wednesday 26 October 2005 00:13, Paolo 'Blaisorblade' Giarrusso wrote: I.e. the implementation was written, is present in the tree, but due to this: #ifdef CONFIG_RWSEM_GENERIC_SPINLOCK #include linux/rwsem-spinlock.h /* use a generic implementation */ #else #include asm/rwsem.h /* use

[uml-devel] Re: [PATCH 6/6] x86_64: enable xchg optimization for x86_64

2005-10-25 Thread Blaisorblade
On Wednesday 26 October 2005 00:22, Andi Kleen wrote: On Wednesday 26 October 2005 00:13, Paolo 'Blaisorblade' Giarrusso wrote: I.e. the implementation was written, is present in the tree, but due to this: #ifdef CONFIG_RWSEM_GENERIC_SPINLOCK #include linux/rwsem-spinlock.h /* use a