* disable highpte in rmap kernels
@ 2002-07-23 22:45 Martin J. Bligh
0 siblings, 0 replies; only message in thread
From: Martin J. Bligh @ 2002-07-23 22:45 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-mm mailing list
highpte doesn't work with rmap at the moment, and causes users
to get panics that aren't trivially obvious what is causing them.
I vote we disable it until it works .... totally untested patch below ...
does this look sane to people? Seems trivial enough that even I
couldn't get it wrong, but .... ;-)
M.
--- virgin-2.5.27/arch/i386/config.in Sat Jul 20 12:11:12 2002
+++ linux-2.5.27-nohighpte/arch/i386/config.in Tue Jul 23 13:54:43 2002
@@ -185,10 +185,6 @@
4GB CONFIG_HIGHMEM4G \
64GB CONFIG_HIGHMEM64G" off
-if [ "$CONFIG_HIGHMEM4G" = "y" -o "$CONFIG_HIGHMEM64G" = "y" ]; then
- bool 'Use high memory pte support' CONFIG_HIGHPTE
-fi
-
if [ "$CONFIG_HIGHMEM4G" = "y" ]; then
define_bool CONFIG_HIGHMEM y
fi
--- virgin-2.5.27/arch/ppc/config.in Sat Jul 20 12:11:04 2002
+++ linux-2.5.27-nohighpte/arch/ppc/config.in Tue Jul 23 15:40:19 2002
@@ -263,7 +263,6 @@
comment 'General setup'
bool 'High memory support' CONFIG_HIGHMEM
-dep_bool ' Support for PTEs in high memory' CONFIG_HIGHPTE $CONFIG_HIGHMEM
bool 'Prompt for advanced kernel configuration options' CONFIG_ADVANCED_OPTIONS
if [ "$CONFIG_ADVANCED_OPTIONS" = "y" ]; then
if [ "$CONFIG_HIGHMEM" = "y" ]; then
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-07-23 22:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-23 22:45 disable highpte in rmap kernels Martin J. Bligh
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.