From 98d074b8f58dee8fec694ce86b7ec9883c9ca96e Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Mon, 9 Feb 2009 10:56:15 +0000 Subject: [PATCH] x86 explicitly set X86_VERBOSE_BOOTUP as noted by Ben Hutchings easily overriden by "quiet" bootparam. svn path=/dists/trunk/linux-2.6/; revision=12732 --- debian/changelog | 2 +- debian/config/amd64/config | 1 + debian/config/i386/config | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7284a8b79..d3f749101 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,7 +43,7 @@ linux-2.6 (2.6.28-1~experimental.1) UNRELEASED; urgency=low UWB, UWB_WLP, UWB_I1480U, UWB_I1480U_WLP, CRYPTO_FIPS, ANSI_CPRNG, CRC_T10DIF. * [x86] set MOUSE_BCM5974, X86_RESERVE_LOW_64K, OPROFILE_IBS, - MICROCODE_INTEL, MICROCODE_AMD. + MICROCODE_INTEL, MICROCODE_AMD, X86_VERBOSE_BOOTUP. * [x86_64] set AMD_IOMMU, MTRR_SANITIZER, DMAR, DMAR_GFX_WA, DMAR_FLOPPY_WA, INTR_REMAP, CRYPTO_CRC32C_INTEL. * Add stable releases 2.6.28.1-4. diff --git a/debian/config/amd64/config b/debian/config/amd64/config index 9820187fa..12c245819 100644 --- a/debian/config/amd64/config +++ b/debian/config/amd64/config @@ -73,6 +73,7 @@ CONFIG_IA32_AOUT=y ## file: arch/x86/Kconfig.debug ## # CONFIG_NONPROMISC_DEVMEM is not set +CONFIG_X86_VERBOSE_BOOTUP=y # CONFIG_DEBUG_STACKOVERFLOW is not set # CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_PAGEALLOC is not set diff --git a/debian/config/i386/config b/debian/config/i386/config index 86101616f..02dcfdb14 100644 --- a/debian/config/i386/config +++ b/debian/config/i386/config @@ -111,6 +111,7 @@ CONFIG_SCx200HR_TIMER=m ## file: arch/x86/Kconfig.debug ## # CONFIG_NONPROMISC_DEVMEM is not set +CONFIG_X86_VERBOSE_BOOTUP=y # CONFIG_DEBUG_STACKOVERFLOW is not set # CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_PAGEALLOC is not set