[PATCH] arm64: Enable CONFIG_COMPAT also for 64k page size

Arnd Bergmann arnd at arndb.de
Wed Mar 11 06:51:28 PDT 2015


On Wednesday 11 March 2015 14:35:39 Andreas Schwab wrote:
> +#if PAGE_SIZE > 12
> +asmlinkage long compat_sys_mmap2_wrapper(void);
> +#else
> +#define compat_sys_mmap2_wrapper sys_mmap_pgoff
> +#endif
> 

PAGE_SIZE is always larger than 12 ;-)

	Arnd



More information about the linux-arm-kernel mailing list