From 2e0d31faf7932a3287fc5cce95ebfbcc2a98ad6e Mon Sep 17 00:00:00 2001 From: fake Date: Wed, 26 Jul 2006 15:37:22 +0000 Subject: [PATCH] fake: x86 kernel: enable HIGHMEM4G by default i consider this a bugfix... [2006072015475817591] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7750 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- architecture/x86/kernel.conf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/architecture/x86/kernel.conf.sh b/architecture/x86/kernel.conf.sh index b2fdb9284..b2daaf6b6 100644 --- a/architecture/x86/kernel.conf.sh +++ b/architecture/x86/kernel.conf.sh @@ -70,6 +70,7 @@ CONFIG_RTC=y CONFIG_INPUT_JOYSTICK=y CONFIG_CPU_FREQ=y + CONFIG_HIGHMEM4G=y include(`kernel-common.conf') include(`kernel-scsi.conf')