From: Paolo 'Blaisorblade' Giarrusso Date: Sun, 30 Oct 2005 23:00:07 +0000 (-0800) Subject: [PATCH] uml: fix "reuse i386 cpu optimizations" X-Git-Tag: v2.6.15-rc1~59^2~15^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b365157be3250a6b5948422ba65e05e5f964e150;p=pandora-kernel.git [PATCH] uml: fix "reuse i386 cpu optimizations" Remove RWSEM_GENERIC_SPINLOCK, it's now defined (only if needed) by the underlying arch/i386/Kconfig.cpu. Leave it only for x86_64. Even there, it's totally wrong, as they even have the code to support XCHG_ADD. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed