# HG changeset patch # User Rob Landley # Date 1306062569 18000 # Node ID 5536048765fb6b3cc5ad6a68c724c41741cf5035 # Parent 9252453c40d05370a0bab7db6165db69ad7fc94e Upgrade to 2.6.39 kernel. diff -r 9252453c40d0 -r 5536048765fb download.sh --- a/download.sh Sun May 22 04:18:30 2011 -0500 +++ b/download.sh Sun May 22 06:09:29 2011 -0500 @@ -21,8 +21,8 @@ # Building a cross compile toolchain requires linux headers, uClibc, # binutils, and gcc. -URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.38.tar.bz2 \ -SHA1=02aade5ad3dedd70739c9b4a05de40edbe432d25 \ +URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.39.tar.bz2 \ +SHA1=68518112821e55f4ac1df64f2e0e809cedfcc5ef \ #UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.32-rc7.tar.bz2 \ maybe_fork "download || dienow" diff -r 9252453c40d0 -r 5536048765fb sources/patches/linux-arm.patch --- a/sources/patches/linux-arm.patch Sun May 22 04:18:30 2011 -0500 +++ b/sources/patches/linux-arm.patch Sun May 22 06:09:29 2011 -0500 @@ -39,24 +39,6 @@ help This is a variant of the ARM920. It has slightly different instruction sequences for cache and TLB operations. Curiously, -@@ -388,7 +389,7 @@ - - # ARMv6 - config CPU_V6 -- bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_DOVE -+ bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_DOVE || ARCH_VERSATILE_PB || ARCH_VERSATILE_AB - select CPU_32v6 - select CPU_ABRT_EV6 - select CPU_PABRT_V6 -@@ -413,7 +414,7 @@ - - # ARMv7 - config CPU_V7 -- bool "Support ARM V7 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX -+ bool "Support ARM V7 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_VERSATILE_PB || ARCH_VERSATILE_AB - select CPU_32v6K - select CPU_32v7 - select CPU_ABRT_EV7 diff -ruN linux/arch/arm/mach-versatile/Kconfig linux.bak/arch/arm/mach-versatile/Kconfig --- linux/arch/arm/mach-versatile/Kconfig 2011-02-07 18:03:55.000000000 -0600 +++ linux.bak/arch/arm/mach-versatile/Kconfig 2011-02-09 20:50:14.095413003 -0600