Re: smp wolk vs. java

Marc-Christian Petersen <[email protected]> Tue, 18 May 2004 22:01:08 +0200
Newsgroups gmane.linux.wolk.devel
Organization Working Overloaded Linux Kernel
Message-ID <200405182201.08157@WOLK>
On Tuesday 18 May 2004 21:47, Marc-Christian Petersen wrote:

Hi again,

> 6. BIG FAT NOTE: This 4.15 has a new config option, named CONFIG_HIGHPTE or
> in human readable ;) form: "Allocate 3rd-level pagetables from highmem".
> Select y and it's the default like all previos wolk had. If you still get
> strange errors with your JAVA with 4.15-pre19, disable CONFIG_HIGHPTE and
> please try again.

and apply the attached patch ontop of it to actually be able to change that 
option ;(

This 2.4 menuconfig thing is really horrible braindead.

ciao, Marc
highpte-config.in-fix.patch (text/x-diff, 482 B)
--- old/arch/i386/config.in	2004-05-18 21:59:53.000000000 +0200
+++ new/arch/i386/config.in	2004-05-18 21:59:46.000000000 +0200
@@ -409,7 +409,7 @@ if [ "$CONFIG_HIGHMEM64G" = "y" ]; then
    define_bool CONFIG_X86_PAE y
 fi
 
-if [ "$CONFIG_GRKERNSEC_PAX_SEGMEXEC" = "n" ]; then
+if [ "$CONFIG_GRKERNSEC_PAX_SEGMEXEC" != "y" ]; then
   if [ "$CONFIG_HIGHMEM4G" = "y" -o "$CONFIG_HIGHMEM64G" = "y" ]; then
     bool "Allocate 3rd-level pagetables from highmem" CONFIG_HIGHPTE
   fi