[PATCH v6 14/21] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
Arnd Bergmann
arnd at arndb.de
Fri Jan 8 01:04:05 PST 2016
On Friday 08 January 2016 02:34:32 Yury Norov wrote:
> +asmlinkage long sys_mmap(unsigned long addr, unsigned long len,
> + unsigned long prot, unsigned long flags,
> + unsigned long fd, off_t off);
> +#define sys_mmap2 sys_mmap
>
Why do you need a separate declaration for sys_mmap here? There
is one in include/asm-generic/syscalls.h that should be visible
in this file.
Arnd
More information about the linux-arm-kernel
mailing list