aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorStephen Tang <sytang@pound.cs.unc.edu>2017-04-03 16:06:55 -0400
committerStephen Tang <sytang@pound.cs.unc.edu>2017-04-03 16:06:55 -0400
commit30717dcd6cc52d75fe6f25c00dfeaa41f501be7a (patch)
treecbfe4649fdb7ce3e51745169e3f2d19fd33c12d0 /arch
parentcae5ba2badcf13937b83564a5ab2231cc554b42c (diff)
Trying to push to repository again
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h
index 5291b703ed3f..e6cb57406270 100644
--- a/arch/arm/include/asm/unistd.h
+++ b/arch/arm/include/asm/unistd.h
@@ -19,7 +19,7 @@
19 * This may need to be greater than __NR_last_syscall+1 in order to 19 * This may need to be greater than __NR_last_syscall+1 in order to
20 * account for the padding in the syscall table 20 * account for the padding in the syscall table
21 */ 21 */
22#define __NR_syscalls (388 + NR_litmus_syscalls + 0) 22#define __NR_syscalls (392 + NR_litmus_syscalls + 0)
23 23
24 24
25/* 25/*