summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2020-07-01 16:19:38 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2020-07-02 15:29:56 +1000
commit491ddc0c5ccdbb61f27e5e293174c5f27fd40feb (patch)
tree61a285d0572d5cdd7b5fb4d3ebeed06d6a1d9185
parentb47f62c6d80b9f4526d76e8dfb190188894d2112 (diff)
downloadlinux-491ddc0c5ccdbb61f27e5e293174c5f27fd40feb.tar.gz
linux-491ddc0c5ccdbb61f27e5e293174c5f27fd40feb.tar.xz
mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix
fix arm64 whoops Cc: Minchan Kim <minchan@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--arch/arm64/include/asm/unistd32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/unistd32.h b/arch/arm64/include/asm/unistd32.h
index 4ce2bb8a18e8..83928973c974 100644
--- a/arch/arm64/include/asm/unistd32.h
+++ b/arch/arm64/include/asm/unistd32.h
@@ -893,7 +893,7 @@ __SYSCALL(__NR_watch_mount, sys_watch_mount)
__SYSCALL(__NR_watch_sb, sys_watch_sb)
#define __NR_fsinfo 442
__SYSCALL(__NR_fsinfo, sys_fsinfo)
-#define __NR_fsinfo 443
+#define __NR_process_madvise 443
__SYSCALL(__NR_process_madvise, compat_sys_process_madvise)
/*