* Subject: [PATCH 02/91] um: fix build breakage in mm/slub.c
@ 2011-08-18 18:59 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2011-08-18 18:59 UTC (permalink / raw)
To: richard; +Cc: user-mode-linux-devel, linux-kernel
we have no equivalent of cpufeature machinery, so...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
arch/x86/Kconfig.cpu | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
index e3ca7e0..94fed18 100644
--- a/arch/x86/Kconfig.cpu
+++ b/arch/x86/Kconfig.cpu
@@ -313,7 +313,7 @@ config CMPXCHG_LOCAL
def_bool X86_64 || (X86_32 && !M386)
config CMPXCHG_DOUBLE
- def_bool y
+ def_bool !UML
config X86_L1_CACHE_SHIFT
int
--
1.7.2.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-08-18 18:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-18 18:59 Subject: [PATCH 02/91] um: fix build breakage in mm/slub.c Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome