summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2011-03-23 10:15:55 +0100
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>2011-03-23 10:15:58 +0100
commit737fd5f1f64271999b791cbe76f1f720f10e8bb8 (patch)
treefa6735e66d06f72853be8a4cd5acbee2c6c39ddb /arch/s390/include
parent984e8486c155cf53c255e2b501de91b39a049613 (diff)
downloadop-kernel-dev-737fd5f1f64271999b791cbe76f1f720f10e8bb8.zip
op-kernel-dev-737fd5f1f64271999b791cbe76f1f720f10e8bb8.tar.gz
[S390] wire up sys_name_to_handle_at
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r--arch/s390/include/asm/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/include/asm/unistd.h b/arch/s390/include/asm/unistd.h
index 1049ef2..80f27c9 100644
--- a/arch/s390/include/asm/unistd.h
+++ b/arch/s390/include/asm/unistd.h
@@ -272,7 +272,8 @@
#define __NR_fanotify_init 332
#define __NR_fanotify_mark 333
#define __NR_prlimit64 334
-#define NR_syscalls 335
+#define __NR_name_to_handle_at 335
+#define NR_syscalls 336
/*
* There are some system calls that are not present on 64 bit, some
OpenPOWER on IntegriCloud