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
cleanup-cruft
Chris Gianelloni 18 years ago
parent 17f9f93afa
commit 7e8148c27c

@ -2,6 +2,11 @@
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> 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 <wolf31o2@gentoo.org> genkernel:
Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from
Matthias Schwarzott <zzam@gentoo.org> for bug #188954.

@ -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.

@ -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

@ -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

Loading…
Cancel
Save