Disable CONFIG_MULTICORE_RAID456

This commit is contained in:
Chuck Ebbert 2010-08-05 14:17:27 -04:00
parent bb314e4958
commit 8b8c89b0d5
2 changed files with 5 additions and 2 deletions

View File

@ -673,7 +673,7 @@ CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
CONFIG_MD_RAID456=m
CONFIG_MULTICORE_RAID456=y
# CONFIG_MULTICORE_RAID456 is not set
CONFIG_ASYNC_RAID6_TEST=m
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=m

View File

@ -48,7 +48,7 @@ Summary: The Linux kernel
# reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
# scripts/rebase.sh should be made to do that for you, actually.
#
%global baserelease 33
%global baserelease 34
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -2035,6 +2035,9 @@ fi
%changelog
* Thu Aug 05 2010 Chuck Ebbert <cebbert@redhat.com> 2.6.34.2-34
- Disable CONFIG_MULTICORE_RAID456
* Tue Aug 03 2010 Chuck Ebbert <cebbert@redhat.com> 2.6.34.2-33
- Linux 2.6.34.2
- Drop commented-out patches.