diff options
author | Jesper Nilsson <jespern@axis.com> | 2014-01-09 11:16:37 +0100 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2014-01-09 12:48:17 +0100 |
commit | bb1d2a945344e2a5100f5c7f8bb6e3e4ae03a2ab (patch) | |
tree | 682bb1a60bb752a7101e25bbd694380b9c0c3e11 /arch/cris/include/asm/unistd.h | |
parent | cris: sync_serial: remove interruptible_sleep_on (diff) | |
download | linux-bb1d2a945344e2a5100f5c7f8bb6e3e4ae03a2ab.tar.xz linux-bb1d2a945344e2a5100f5c7f8bb6e3e4ae03a2ab.zip |
CRIS: Add missing syscalls
Complete list of syscalls for CRISv10 and CRISv32.
Clean up some whitespace at the same time.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/include/asm/unistd.h')
-rw-r--r-- | arch/cris/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/include/asm/unistd.h b/arch/cris/include/asm/unistd.h index 0ff3f6889842..5cc7d1991e48 100644 --- a/arch/cris/include/asm/unistd.h +++ b/arch/cris/include/asm/unistd.h @@ -4,7 +4,7 @@ #include <uapi/asm/unistd.h> -#define NR_syscalls 336 +#define NR_syscalls 360 #include <arch/unistd.h> |