diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-12-17 17:10:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-12-17 17:10:04 +0000 |
commit | 0d01356fc69e536f51d8694689bf1b55ea4b508d (patch) | |
tree | 55b8af1c9b2364575dd7202ba4bc5dc877ebe169 /target/linux/generic/patches-2.6.33/221-binfmt_elf_gcc4.1.patch | |
parent | 8390b7dc9b1dd45dfc3a605c92ba3ff03ff0ff59 (diff) | |
download | mtk-20170518-0d01356fc69e536f51d8694689bf1b55ea4b508d.zip mtk-20170518-0d01356fc69e536f51d8694689bf1b55ea4b508d.tar.gz mtk-20170518-0d01356fc69e536f51d8694689bf1b55ea4b508d.tar.bz2 |
generic: nuke 2.6.33 specific stuff, is not used by any platform
SVN-Revision: 24644
Diffstat (limited to 'target/linux/generic/patches-2.6.33/221-binfmt_elf_gcc4.1.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.33/221-binfmt_elf_gcc4.1.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/patches-2.6.33/221-binfmt_elf_gcc4.1.patch b/target/linux/generic/patches-2.6.33/221-binfmt_elf_gcc4.1.patch deleted file mode 100644 index aefbe18..0000000 --- a/target/linux/generic/patches-2.6.33/221-binfmt_elf_gcc4.1.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/fs/binfmt_elf.c -+++ b/fs/binfmt_elf.c -@@ -1165,7 +1165,7 @@ static unsigned long vma_dump_size(struc - if (FILTER(ELF_HEADERS) && - vma->vm_pgoff == 0 && (vma->vm_flags & VM_READ)) { - u32 __user *header = (u32 __user *) vma->vm_start; -- u32 word; -+ u32 word = 0; - mm_segment_t fs = get_fs(); - /* - * Doing it this way gets the constant folded by GCC. |