From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 596CD58973 for ; Sat, 23 Jan 2016 22:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AB3321C00E; Sat, 23 Jan 2016 22:49:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4E1621C010 for ; Sat, 23 Jan 2016 22:49:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA8A4340A35 for ; Sat, 23 Jan 2016 22:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 535201021 for ; Sat, 23 Jan 2016 22:49:10 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1453588928.2683b510e7cf19b2fa14c7dff023d1e93f14ab32.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/, arch/x86/ X-VCS-Repository: proj/genkernel X-VCS-Files: arch/x86/arch-config arch/x86_64/arch-config X-VCS-Directories: arch/x86/ arch/x86_64/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 2683b510e7cf19b2fa14c7dff023d1e93f14ab32 X-VCS-Branch: master Date: Sat, 23 Jan 2016 22:49:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0784f7a7-4cc8-4792-bb30-a063294c6e57 X-Archives-Hash: 268c937ae5a989e836ed0ecc1ffd99b0 commit: 2683b510e7cf19b2fa14c7dff023d1e93f14ab32 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Jan 23 22:42:00 2016 +0000 Commit: Robin H. Johnson gentoo 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 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