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
This commit is contained in:
Maximilian Attems 2009-02-09 10:56:15 +00:00
parent b00c7c3a99
commit 98d074b8f5
3 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

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

View File

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

View File

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