]> git.kernelconcepts.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>
Mon, 8 Oct 2012 15:03:42 +0000 (16:03 +0100)
commite048d004a5392e3d6d78b0a53335391f87d724ec
treefe5d9c33f6aeb590f69f40403cec160e7358ec9c
parent27222a3d2bbb40f80af6abf0cefea1b27125409e
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