Enable CONFIG_LDM_PARTITION (rhbz 948636)

This commit is contained in:
Josh Boyer 2013-04-12 11:52:38 -04:00
parent 257bb08298
commit 97b1b12b20
2 changed files with 6 additions and 2 deletions

View File

@ -3778,7 +3778,8 @@ CONFIG_AMIGA_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_EFI_PARTITION=y
CONFIG_KARMA_PARTITION=y
# CONFIG_LDM_PARTITION is not set
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_MINIX_SUBPARTITION=y

View File

@ -54,7 +54,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 104
%global baserelease 105
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -2380,6 +2380,9 @@ fi
# '-' | |
# '-'
%changelog
* Fri Apr 12 2013 Josh Boyer <jwboyer@redhat.com>
- Enable CONFIG_LDM_PARTITION (rhbz 948636)
* Thu Apr 11 2013 Dave Jones <davej@redhat.com>
- Print out some extra debug information when we hit bad page tables.