aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/uapi
diff options
context:
space:
mode:
authorFelipe Cerqueira <felipec@mpi-sws.org>2013-02-12 12:57:35 -0500
committerBjoern Brandenburg <bbb@mpi-sws.org>2013-08-07 03:46:50 -0400
commit230fc318e4781015cba769b9c4b2f5f7934e387b (patch)
treefdca3d46c5e5a257a85fa46bd6dc18856ca6c389 /arch/arm/include/uapi
parent543810eb67bea9c3046ecb58388493bca39fe796 (diff)
Add LITMUS^RT syscalls for ARM
Diffstat (limited to 'arch/arm/include/uapi')
-rw-r--r--arch/arm/include/uapi/asm/unistd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/uapi/asm/unistd.h b/arch/arm/include/uapi/asm/unistd.h
index af33b44990ed..1a767bf5148e 100644
--- a/arch/arm/include/uapi/asm/unistd.h
+++ b/arch/arm/include/uapi/asm/unistd.h
@@ -407,6 +407,9 @@
407#define __NR_kcmp (__NR_SYSCALL_BASE+378) 407#define __NR_kcmp (__NR_SYSCALL_BASE+378)
408#define __NR_finit_module (__NR_SYSCALL_BASE+379) 408#define __NR_finit_module (__NR_SYSCALL_BASE+379)
409 409
410#define __NR_LITMUS (__NR_SYSCALL_BASE+380)
411#include <litmus/unistd_32.h>
412
410/* 413/*
411 * This may need to be greater than __NR_last_syscall+1 in order to 414 * This may need to be greater than __NR_last_syscall+1 in order to
412 * account for the padding in the syscall table 415 * account for the padding in the syscall table