um: mark CONFIG_HIGHMEM as broken
authorRichard Weinberger <richard@nod.at>
Thu, 13 Jan 2011 00:59:25 +0000 (16:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Jan 2011 16:03:07 +0000 (08:03 -0800)
Currently CONFIG_HIGHMEM is broken on User Mode Linux.  I'm not sure if it
worked ever.

It doesn't compile and this breaks randomconfig testing.

Signed-off-by: Richard Weinberger <richard@nod.at>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/Kconfig.um

index 50d6aa2..f8d1d0d 100644 (file)
@@ -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.