|
@@ -29,10 +29,10 @@ config X86_64
|
|
def_bool 64BIT
|
|
def_bool 64BIT
|
|
|
|
|
|
config RWSEM_XCHGADD_ALGORITHM
|
|
config RWSEM_XCHGADD_ALGORITHM
|
|
- def_bool X86_XADD
|
|
|
|
|
|
+ def_bool X86_XADD && 64BIT
|
|
|
|
|
|
config RWSEM_GENERIC_SPINLOCK
|
|
config RWSEM_GENERIC_SPINLOCK
|
|
- def_bool !X86_XADD
|
|
|
|
|
|
+ def_bool !RWSEM_XCHGADD_ALGORITHM
|
|
|
|
|
|
config 3_LEVEL_PGTABLES
|
|
config 3_LEVEL_PGTABLES
|
|
bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT
|
|
bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT
|