[x86] Enable CRASH_DUMP, PROC_VMCORE (Closes: #623177)

svn path=/dists/sid/linux/; revision=19117
This commit is contained in:
Ben Hutchings 2012-06-10 23:54:15 +00:00
parent 0be791d98b
commit 148d3c9049
2 changed files with 7 additions and 1 deletions

1
debian/changelog vendored
View File

@ -28,6 +28,7 @@ linux (3.2.20-1) UNRELEASED; urgency=low
* [i386] thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE
(Closes: #676360)
* linux-source: Add single patch for each featureset
* [x86] Enable CRASH_DUMP, PROC_VMCORE (Closes: #623177)
[ Bastian Blank ]
* [s390/s390x,s390x/s390x] Build debugging symbols.

View File

@ -48,7 +48,7 @@ CONFIG_EFI_STUB=y
CONFIG_SECCOMP=y
CONFIG_CC_STACKPROTECTOR=y
CONFIG_KEXEC=y
# CONFIG_CRASH_DUMP is not set
CONFIG_CRASH_DUMP=y
# CONFIG_KEXEC_JUMP is not set
CONFIG_RELOCATABLE=y
CONFIG_HOTPLUG_CPU=y
@ -1570,6 +1570,11 @@ CONFIG_SGI_PARTITION=y
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
##
## file: fs/proc/Kconfig
##
CONFIG_PROC_VMCORE=y
##
## file: kernel/irq/Kconfig
##