]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: Use the generic compat_sys_sendfile() implementation
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 3 Oct 2012 10:20:20 +0000 (11:20 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 3 Oct 2012 14:40:44 +0000 (15:40 +0100)
commit66b1a54e0da3dcf4f33ba293856398e1675ad4b2
treeab76ab2d9299f3eb64423911385e74d2701439b2
parent861b67b8da2b7b26559bf4ca0ece0cbe1f9ac20f
arm64: Use the generic compat_sys_sendfile() implementation

The generic implementation of compat_sys_sendfile() has been introduced
by commit 8f9c0119. This patch removes the arm64 implementation in
favour of the generic one.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/unistd32.h
arch/arm64/kernel/sys_compat.c