Change BINFMT_MISC to be modular. (rhbz 695415)

This commit is contained in:
Dave Jones 2011-07-11 17:03:10 -04:00
parent e04b212cc5
commit d74412cfc2
2 changed files with 4 additions and 1 deletions

View File

@ -174,7 +174,7 @@ CONFIG_INFINIBAND_QIB=m
CONFIG_BINFMT_ELF=y CONFIG_BINFMT_ELF=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
# CONFIG_BINFMT_AOUT is not set # CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=y CONFIG_BINFMT_MISC=m
# #
# Device Drivers # Device Drivers

View File

@ -1876,6 +1876,9 @@ fi
# and build. # and build.
%changelog %changelog
* Mon Jul 11 2011 Dave Jones <davej@redhat.com>
- Change BINFMT_MISC to be modular. (rhbz 695415)
* Sun Jul 10 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc6.git6.1 * Sun Jul 10 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc6.git6.1
- Linux 3.0-rc6-git6 - Linux 3.0-rc6-git6
- iwlagn-fix-dma-direction.patch: drop. - iwlagn-fix-dma-direction.patch: drop.