All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] um: mark CONFIG_HIGHMEM as broken
@ 2010-11-11 23:18 Richard Weinberger
  2010-11-12 19:29   ` Andrew Morton
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Weinberger @ 2010-11-11 23:18 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, jdike, user-mode-linux-devel, Richard Weinberger

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

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-12 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-11 23:18 [PATCH] um: mark CONFIG_HIGHMEM as broken Richard Weinberger
2010-11-12 19:29 ` [uml-devel] " Andrew Morton
2010-11-12 19:29   ` Andrew Morton
2010-11-12 19:39   ` [uml-devel] " Richard Weinberger
2010-11-12 19:39     ` Richard Weinberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.