[ARM] 2858/1: ARM has sys_fadvise64_64 only
authorNicolas Pitre <nico@cam.org>
Mon, 29 Aug 2005 21:46:32 +0000 (22:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 29 Aug 2005 21:46:32 +0000 (22:46 +0100)
Patch from Nicolas Pitre

There is no need to define __ARCH_WANT_SYS_FADVISE64 on ARM since it
only serves to compile in a compatibility wrapper for sys_fadvise64
which never was tied to any syscall number.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found