From 7e8148c27cb0d42e6ed2556bd3b60cecb44dbbf0 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 22 Aug 2007 19:25:06 +0000 Subject: [PATCH] Removed CONFIG_PHYSICAL_START from the x86/amd64 kernel configs for bug #186378. This is genkernel 3.4.9_pre1 for testing. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@530 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- ChangeLog | 5 +++++ genkernel | 2 +- x86/kernel-config-2.6 | 1 - x86_64/kernel-config-2.6 | 3 +-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 13c9249..9101e11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 Aug 2007; Chris Gianelloni x86/kernel-config-2.6, + x86_64/kernel-config-2.6, genkernel: + Removed CONFIG_PHYSICAL_START from the x86/amd64 kernel configs for bug + #186378. This is genkernel 3.4.9_pre1 for testing. + 22 Aug 2007; Chris Gianelloni genkernel: Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from Matthias Schwarzott for bug #188954. diff --git a/genkernel b/genkernel index 2294f18..6fb88d0 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # Genkernel v3 PATH="/bin:/usr/bin:/sbin:/usr/sbin" -GK_V='3.4.8' +GK_V='3.4.9_pre1' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option. diff --git a/x86/kernel-config-2.6 b/x86/kernel-config-2.6 index 1e47535..ae8a9d5 100644 --- a/x86/kernel-config-2.6 +++ b/x86/kernel-config-2.6 @@ -215,7 +215,6 @@ CONFIG_HZ_100=y CONFIG_HZ=100 CONFIG_KEXEC=y CONFIG_CRASH_DUMP=y -CONFIG_PHYSICAL_START=0x100000 CONFIG_HOTPLUG_CPU=y # CONFIG_COMPAT_VDSO is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y diff --git a/x86_64/kernel-config-2.6 b/x86_64/kernel-config-2.6 index 936b6c0..fe2584e 100644 --- a/x86_64/kernel-config-2.6 +++ b/x86_64/kernel-config-2.6 @@ -151,8 +151,7 @@ CONFIG_X86_MCE=y CONFIG_X86_MCE_INTEL=y CONFIG_X86_MCE_AMD=y CONFIG_KEXEC=y -# CONFIG_CRASH_DUMP is not set -CONFIG_PHYSICAL_START=0x100000 +CONFIG_CRASH_DUMP=y CONFIG_SECCOMP=y # CONFIG_HZ_100 is not set CONFIG_HZ_250=y -- 2.26.2