diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-03-13 17:14:08 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-03-13 17:14:08 +0000 |
commit | 4226f1d373a75f19beb8deb7b4ef912e5e8ef134 (patch) | |
tree | e4a6c0003d143d898342fa9c6134cb0dac1ee239 /target/linux/generic | |
parent | 425bf41b231233c8b4e8cf7b7ad90bba1f6b2653 (diff) | |
download | upstream-4226f1d373a75f19beb8deb7b4ef912e5e8ef134.tar.gz upstream-4226f1d373a75f19beb8deb7b4ef912e5e8ef134.tar.bz2 upstream-4226f1d373a75f19beb8deb7b4ef912e5e8ef134.zip |
kernel: update to kernel version 2.6.37.3
SVN-Revision: 26126
Diffstat (limited to 'target/linux/generic')
3 files changed, 6 insertions, 8 deletions
diff --git a/target/linux/generic/patches-2.6.37/010-debloat_lzma.patch b/target/linux/generic/patches-2.6.37/010-debloat_lzma.patch index 18e4a51ee3..1e41661ebb 100644 --- a/target/linux/generic/patches-2.6.37/010-debloat_lzma.patch +++ b/target/linux/generic/patches-2.6.37/010-debloat_lzma.patch @@ -124,7 +124,7 @@ /* LzmaDecode --- a/lib/lzma/LzmaDec.c +++ b/lib/lzma/LzmaDec.c -@@ -682,7 +682,7 @@ static void LzmaDec_InitRc(CLzmaDec *p, +@@ -682,7 +682,7 @@ static void LzmaDec_InitRc(CLzmaDec *p, p->needFlush = 0; } @@ -194,7 +194,7 @@ { CLzmaProps propNew; RINOK(LzmaProps_Decode(&propNew, props, propsSize)); -@@ -944,7 +944,7 @@ SRes LzmaDec_AllocateProbs(CLzmaDec *p, +@@ -944,7 +944,7 @@ SRes LzmaDec_AllocateProbs(CLzmaDec *p, return SZ_OK; } @@ -375,7 +375,7 @@ void MatchFinder_Construct(CMatchFinder *p); /* Conditions: -@@ -70,12 +65,6 @@ int MatchFinder_Create(CMatchFinder *p, +@@ -70,12 +65,6 @@ int MatchFinder_Create(CMatchFinder *p, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc); void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc); diff --git a/target/linux/generic/patches-2.6.37/281-solos_uniform_vpi_vci.patch b/target/linux/generic/patches-2.6.37/281-solos_uniform_vpi_vci.patch index 06d3f8c08c..a3a49bb31a 100644 --- a/target/linux/generic/patches-2.6.37/281-solos_uniform_vpi_vci.patch +++ b/target/linux/generic/patches-2.6.37/281-solos_uniform_vpi_vci.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.37/drivers/atm/solos-pci.c -=================================================================== ---- linux-2.6.37.orig/drivers/atm/solos-pci.c 2011-03-05 21:46:26.136023697 +0100 -+++ linux-2.6.37/drivers/atm/solos-pci.c 2011-03-05 21:48:49.046598163 +0100 +--- a/drivers/atm/solos-pci.c ++++ b/drivers/atm/solos-pci.c @@ -710,8 +710,8 @@ void solos_bh(unsigned long card_arg) le16_to_cpu(header->vci)); if (!vcc) { diff --git a/target/linux/generic/patches-2.6.37/980-vm_exports.patch b/target/linux/generic/patches-2.6.37/980-vm_exports.patch index 8d8638be31..2a965b22fd 100644 --- a/target/linux/generic/patches-2.6.37/980-vm_exports.patch +++ b/target/linux/generic/patches-2.6.37/980-vm_exports.patch @@ -94,7 +94,7 @@ /** * zap_vma_ptes - remove ptes mapping the vma -@@ -2614,6 +2615,7 @@ int vmtruncate_range(struct inode *inode +@@ -2616,6 +2617,7 @@ int vmtruncate_range(struct inode *inode return 0; } |