summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-03-16 13:52:03 -0700
committerThomas Gleixner <tglx@linutronix.de>2010-03-16 13:52:03 -0700
commitcd4ac9b7a1c80cfcd9b8e76a1f6855a0329d982f (patch)
treef0238cd120bf6d99738fe2b3005538b49a488456
parent2a66b8fc85a4493df5e09f7043c1eb767b5e37e4 (diff)
downloadlwn-cd4ac9b7a1c80cfcd9b8e76a1f6855a0329d982f.tar.gz
lwn-cd4ac9b7a1c80cfcd9b8e76a1f6855a0329d982f.zip
x86: Fix iomap_atomic with highmem=y again
This whole highmem mess is racking my nerves ! Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index f03958487606..ec9733936c96 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2081,7 +2081,7 @@ endmenu
config HAVE_ATOMIC_IOMAP
def_bool y
- depends on X86_32 && !PREEMPT_RT
+ depends on X86_32 && (!PREEMPT_RT || HIGHMEM)
source "net/Kconfig"