[PATCH] um: mark CONFIG_HIGHMEM as broken

From: Richard Weinberger
Date: Thu Nov 11 2010 - 18:18:23 EST


Currently CONFIG_HIGHMEM is broken on User Mode Linux.
I'm not sure if it worked ever.

Signed-off-by: Richard Weinberger <richard@xxxxxx>
---
arch/um/Kconfig.um | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/um/Kconfig.um b/arch/um/Kconfig.um
index 50d6aa2..f8d1d0d 100644
--- a/arch/um/Kconfig.um
+++ b/arch/um/Kconfig.um
@@ -131,7 +131,7 @@ config NR_CPUS

config HIGHMEM
bool "Highmem support (EXPERIMENTAL)"
- depends on !64BIT && EXPERIMENTAL
+ depends on !64BIT && BROKEN
default n
help
This was used to allow UML to run with big amounts of memory.
--
1.6.6.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/