commit: 2683b510e7cf19b2fa14c7dff023d1e93f14ab32 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sat Jan 23 22:42:00 2016 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sat Jan 23 22:42:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=2683b510
kconfig/x86*: CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is hazardous to have by default. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> arch/x86/arch-config | 1 - arch/x86_64/arch-config | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/x86/arch-config b/arch/x86/arch-config index 124e67e..bc91186 100644 --- a/arch/x86/arch-config +++ b/arch/x86/arch-config @@ -5,7 +5,6 @@ CONFIG_XEN_PLATFORM_PCI=y # CONFIG_HIGHMEM4G is not set CONFIG_HARDLOCKUP_DETECTOR=y # CONFIG_BOOTPARAM_HARDLOCKUP_ENABLED is not set -CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y CONFIG_I2C_ISMT=m CONFIG_LPC_SCH=m CONFIG_LPC_ICH=m diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config index 5d99422..6f54956 100644 --- a/arch/x86_64/arch-config +++ b/arch/x86_64/arch-config @@ -87,7 +87,6 @@ CONFIG_BLK_DEV_RSXX=m # CONFIG_I2O_CONFIG_OLD_IOCTL is not set # CONFIG_I2O_BUS is not set CONFIG_HARDLOCKUP_DETECTOR=y -CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y CONFIG_BOOTPARAM_HARDLOCKUP_ENABLED=y # CONFIG_K8_NUMA is not set CONFIG_AMD_NUMA=y
