aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-07-20 23:10:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-22 11:49:10 +0100
commit0cab3b6c37a5dde74db2e20620480413eb1d2f03 (patch)
tree7b33d00d853766779585bb39a0d58b82ce2495de /meta/recipes-core
parent172e8de050673bedd1d7a17e5b9bd099448e20fa (diff)
downloadopenembedded-core-contrib-0cab3b6c37a5dde74db2e20620480413eb1d2f03.tar.gz
uclibc: Add patch header for sync_file_range2.patch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch b/meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch
index b5e972edd5..4b85a43e8a 100644
--- a/meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch
+++ b/meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch
@@ -1,3 +1,10 @@
+Some architectures like ppc, arm use aligned 64 bit inputs so a register is not wasted
+this then uses __NR_sync_file_range2 syscall. Implement is
+
+Singed-off-by: Khem Raj <raj.khem@gmail.com>
+
+Upstream-Status: Pending
+
Index: git/libc/sysdeps/linux/common/sync_file_range.c
===================================================================
--- git.orig/libc/sysdeps/linux/common/sync_file_range.c 2011-07-19 14:23:35.000000000 -0700