]> 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)
commite4d466965906c75868087c988d55d008130e7b7a
treefe5d9c33f6aeb590f69f40403cec160e7358ec9c
parent698005233da5b34075bd5800206c10bba98aecd7
arm64: Use the generic compat_sys_sendfile() implementation

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