From df6dc570386f2008a663b7e69e07530733ab079d Mon Sep 17 00:00:00 2001 From: Richard Weinberger Date: Mon, 23 May 2011 22:51:33 +0200 Subject: [PATCH] --- yaml --- r: 250390 b: refs/heads/master c: 3a3679078aed2c451ebc32836bbd3b8219a65e01 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/um/Kconfig.x86 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 7ef0135c3d34..f2a43e45a39f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d762f4383100c2a87b1a3f2d678cd3b5425655b4 +refs/heads/master: 3a3679078aed2c451ebc32836bbd3b8219a65e01 diff --git a/trunk/arch/um/Kconfig.x86 b/trunk/arch/um/Kconfig.x86 index a9da516a5274..795ea8e869f4 100644 --- a/trunk/arch/um/Kconfig.x86 +++ b/trunk/arch/um/Kconfig.x86 @@ -29,10 +29,10 @@ config X86_64 def_bool 64BIT config RWSEM_XCHGADD_ALGORITHM - def_bool X86_XADD + def_bool X86_XADD && 64BIT config RWSEM_GENERIC_SPINLOCK - def_bool !X86_XADD + def_bool !RWSEM_XCHGADD_ALGORITHM config 3_LEVEL_PGTABLES bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT