aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/uapi
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2015-11-09 10:53:26 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2015-11-22 11:35:26 +0100
commit21d380e54c30b5b15aa4167e2458bfe4e4862427 (patch)
tree384ba02823e1868ac68799f11fa4483da72102d5 /arch/m68k/include/uapi
parentm68knommu: Add missing initialization of max_pfn and {min,max}_low_pfn (diff)
downloadlinux-dev-21d380e54c30b5b15aa4167e2458bfe4e4862427.tar.xz
linux-dev-21d380e54c30b5b15aa4167e2458bfe4e4862427.zip
m68k: Wire up mlock2
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include/uapi')
-rw-r--r--arch/m68k/include/uapi/asm/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/uapi/asm/unistd.h b/arch/m68k/include/uapi/asm/unistd.h
index 5e6fae6c275f..36cf129de663 100644
--- a/arch/m68k/include/uapi/asm/unistd.h
+++ b/arch/m68k/include/uapi/asm/unistd.h
@@ -380,5 +380,6 @@
#define __NR_sendmmsg 372
#define __NR_userfaultfd 373
#define __NR_membarrier 374
+#define __NR_mlock2 375
#endif /* _UAPI_ASM_M68K_UNISTD_H_ */