diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-08-22 15:37:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-08-22 15:37:19 +0000 |
commit | 80b1408ef97a63e0d1e3977cefecd00f9c085959 (patch) | |
tree | 074f7229f0cedb176a1a09354cbf032ed532b025 /target/linux/uml/patches | |
parent | 54bcffc5e08f2cad6854dbdfaa05d597d1df0a8b (diff) | |
download | upstream-80b1408ef97a63e0d1e3977cefecd00f9c085959.tar.gz upstream-80b1408ef97a63e0d1e3977cefecd00f9c085959.tar.bz2 upstream-80b1408ef97a63e0d1e3977cefecd00f9c085959.zip |
[kernel] update to 2.6.26.3 and 2.6.25.16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12371 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/patches')
-rw-r--r-- | target/linux/uml/patches/001-gcc4_unit_at_a_time_i386_fix.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/uml/patches/001-gcc4_unit_at_a_time_i386_fix.patch b/target/linux/uml/patches/001-gcc4_unit_at_a_time_i386_fix.patch index 17c08cd6c5..200c684577 100644 --- a/target/linux/uml/patches/001-gcc4_unit_at_a_time_i386_fix.patch +++ b/target/linux/uml/patches/001-gcc4_unit_at_a_time_i386_fix.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.26/arch/um/Makefile-i386 -=================================================================== ---- linux-2.6.26.orig/arch/um/Makefile-i386 2008-07-28 13:43:40.412036547 +0200 -+++ linux-2.6.26/arch/um/Makefile-i386 2008-07-28 13:44:00.234033125 +0200 +--- a/arch/um/Makefile-i386 ++++ b/arch/um/Makefile-i386 @@ -35,7 +35,7 @@ # Disable unit-at-a-time mode on pre-gcc-4.0 compilers, it makes gcc use # a lot more stack due to the lack of sharing of stacklots. Also, gcc |