summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-11-20 09:45:08 +0000
committerPeter Robinson <pbrobinson@gmail.com>2012-11-20 09:45:08 +0000
commit6d041dc4e32996cc724a308cca05fbb285aba952 (patch)
treed112273be3843450ad07c8d1cc1bb13f3a7c2cf1 /kernel.spec
parentad6cd36832165317bee01afe00131bfccfaf1e89 (diff)
downloadkernel-6d041dc4e32996cc724a308cca05fbb285aba952.tar.gz
kernel-6d041dc4e32996cc724a308cca05fbb285aba952.tar.xz
kernel-6d041dc4e32996cc724a308cca05fbb285aba952.zip
Change the minimum mmap address back to 32768 on ARM systems (thanks to Jon Masters), Add patch to fix unified kernel build failure
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 33e9b927..5e6030af 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -741,6 +741,7 @@ Patch19001: i82975x-edac-fix.patch
# ARM
Patch21000: arm-export-read_current_timer.patch
+Patch21001: arm-allnoconfig-error-__LINUX_ARM_ARCH__-undeclared.patch
# OMAP
Patch21003: arm-omapdrm-fixinc.patch
@@ -1342,6 +1343,7 @@ ApplyPatch vmbugon-warnon.patch
# ARM
#
ApplyPatch arm-export-read_current_timer.patch
+ApplyPatch arm-allnoconfig-error-__LINUX_ARM_ARCH__-undeclared.patch
ApplyPatch arm-omapdrm-fixinc.patch
ApplyPatch arm-tegra-nvec-kconfig.patch
ApplyPatch arm-tegra-usb-no-reset-linux33.patch
@@ -2345,6 +2347,10 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Nov 20 2012 Peter Robinson <pbrobinson@fedoraproject.org>
+- Change the minimum mmap address back to 32768 on ARM systems (thanks to Jon Masters)
+- Add patch to fix unified kernel build failure
+
* Mon Nov 19 2012 Josh Boyer <jwboyer@redhat.com>
- Add various patches to fix perf build on non-x86 arches