[kernel] r12732 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386

Maximilian Attems maks at alioth.debian.org
Mon Feb 9 10:56:17 UTC 2009


Author: maks
Date: Mon Feb  9 10:56:15 2009
New Revision: 12732

Log:
x86 explicitly set X86_VERBOSE_BOOTUP

as noted by Ben Hutchings easily overriden by "quiet" bootparam.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Feb  9 10:56:15 2009
@@ -43,7 +43,7 @@
     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.

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Mon Feb  9 10:56:15 2009
@@ -73,6 +73,7 @@
 ## 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

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Mon Feb  9 10:56:15 2009
@@ -111,6 +111,7 @@
 ## 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



More information about the Kernel-svn-changes mailing list