]> git.baikalelectronics.ru Git - kernel.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)
commit32f535911a4f169ec4da7b6d27ac04a9ef0bf0ac
treefe5d9c33f6aeb590f69f40403cec160e7358ec9c
parentabf1c2de1934239c145aaa80961aa4fabba63b8e
arm64: Use the generic compat_sys_sendfile() implementation

The generic implementation of compat_sys_sendfile() has been introduced
by commit 24addd15. 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