Only enable ARM A15 errata on the LPAE kernel as it breaks A8

This commit is contained in:
Peter Robinson 2013-06-28 08:55:34 +01:00
parent a82de48640
commit d4b4aa64a7
3 changed files with 7 additions and 1 deletions

View File

@ -70,7 +70,7 @@ CONFIG_ARM_ERRATA_775420=y
CONFIG_PL310_ERRATA_753970=y
CONFIG_PL310_ERRATA_769419=y
# Cortex-A15
CONFIG_ARM_ERRATA_798181=y
# CONFIG_ARM_ERRATA_798181 is not set
# generic that deviates from or should be merged into config-generic
CONFIG_SMP=y

View File

@ -11,6 +11,9 @@ CONFIG_VIRTIO_CONSOLE=m
CONFIG_ARM_VIRT_EXT=y
CONFIG_VIRTUALIZATION=y
# Cortex-A15
CONFIG_ARM_ERRATA_798181=y
CONFIG_KVM=y
CONFIG_KVM_ARM_HOST=y
CONFIG_KVM_ARM_MAX_VCPUS=8

View File

@ -2367,6 +2367,9 @@ fi
# and build.
%changelog
* Fri Jun 28 2013 Peter Robinson <pbrobinson@fedoraproject.org>
- Only enable ARM A15 errata on the LPAE kernel as it breaks A8
* Fri Jun 28 2013 Dave Airlie <airlied@redhat.com>
- add qxl fix for missing access ok macro.