[PATCH] CONFIG_REGPARM breaks non-asmlinkage syscalls
With CONFIG_REGPARM=y, syscalls must be declared asmlinkage or else calling them will fail. This fix adds a few missing declarations for sys_fadvise64_64() and sys_remap_file_pages().
Showing
Please register or sign in to comment