1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[kernel] refresh generic-2.6.29 patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16169 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-05-29 09:09:32 +00:00
parent fa341e1a34
commit 5242105c94
3 changed files with 2 additions and 4 deletions

View File

@@ -11,8 +11,6 @@ which was considered dangerous and removed for gcc 4.4.0.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---
diff --git a/arch/mips/include/asm/div64.h b/arch/mips/include/asm/div64.h
index d1d6991..dc5ea57 100644
--- a/arch/mips/include/asm/div64.h
+++ b/arch/mips/include/asm/div64.h
@@ -6,105 +6,63 @@

View File

@@ -88,7 +88,7 @@
/*********************************************************************
--- a/fs/fcntl.c
+++ b/fs/fcntl.c
@@ -140,6 +140,7 @@ SYSCALL_DEFINE1(dup, unsigned int, filde
@@ -142,6 +142,7 @@ SYSCALL_DEFINE1(dup, unsigned int, filde
}
return ret;
}

View File

@@ -86,7 +86,7 @@
/**
* zap_vma_ptes - remove ptes mapping the vma
@@ -2387,6 +2388,7 @@ int vmtruncate_range(struct inode *inode
@@ -2433,6 +2434,7 @@ int vmtruncate_range(struct inode *inode
return 0;
}