From e82017b0089d675e8210233f9367807834ec4def Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Fri, 19 Sep 2003 21:38:07 +0000 Subject: [PATCH] HIGHMEM breaks on sun4 - and since it is not in the default config for our x86 default kernel also disable it for 32bit SPARC for now ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1459 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- architecture/sparc/kernel.conf.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/architecture/sparc/kernel.conf.m4 b/architecture/sparc/kernel.conf.m4 index 99f2cadea..a47f71249 100644 --- a/architecture/sparc/kernel.conf.m4 +++ b/architecture/sparc/kernel.conf.m4 @@ -1,5 +1,9 @@ define(`SPARC', 'SPARC')dnl +dnl does at least not work for sun4 - and should not be really needed +dnl on 32bit SPARCs (it is also not a default for our x86 default config) +# CONFIG_HIGHMEM is not set + # CONFIG_SUN4 is not set CONFIG_FB=y