Disble ARM_PATCH_IDIV as a work around to fix rhbz 1303147
This commit is contained in:
parent
fdf0c70f78
commit
227db8a8ef
@ -19,7 +19,8 @@ CONFIG_ARM_UNWIND=y
|
|||||||
CONFIG_ARM_THUMB=y
|
CONFIG_ARM_THUMB=y
|
||||||
CONFIG_ARM_THUMBEE=y
|
CONFIG_ARM_THUMBEE=y
|
||||||
CONFIG_ARM_ASM_UNIFIED=y
|
CONFIG_ARM_ASM_UNIFIED=y
|
||||||
CONFIG_ARM_PATCH_IDIV=y
|
# see rhbz 1303147
|
||||||
|
# CONFIG_ARM_PATCH_IDIV is not set
|
||||||
CONFIG_ARM_CPU_TOPOLOGY=y
|
CONFIG_ARM_CPU_TOPOLOGY=y
|
||||||
CONFIG_ARM_DMA_MEM_BUFFERABLE=y
|
CONFIG_ARM_DMA_MEM_BUFFERABLE=y
|
||||||
CONFIG_SWP_EMULATE=y
|
CONFIG_SWP_EMULATE=y
|
||||||
|
@ -40,7 +40,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be appended after the rcX and
|
# 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"
|
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
||||||
#
|
#
|
||||||
%global baserelease 1
|
%global baserelease 2
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -2138,6 +2138,9 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 7 2016 Peter Robinson <pbrobinson@fedoraproject.org> 4.5.0-0.rc7.git0.2
|
||||||
|
- Disble ARM_PATCH_IDIV as a work around to fix rhbz 1303147
|
||||||
|
|
||||||
* Mon Mar 07 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.5.0-0.rc7.git0.1
|
* Mon Mar 07 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.5.0-0.rc7.git0.1
|
||||||
- Disable debugging options.
|
- Disable debugging options.
|
||||||
- Linux v4.5-rc7
|
- Linux v4.5-rc7
|
||||||
|
Loading…
Reference in New Issue
Block a user