From: Michal Simek Date: Tue, 9 Sep 2014 11:11:43 +0000 (+0200) Subject: microblaze: Fix number of syscalls X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9fc4b7e241a7b6da46c5da0ee6f85d99e91dd024;p=linux-beck.git microblaze: Fix number of syscalls Number of syscalls have to be updated too. Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/include/asm/unistd.h b/arch/microblaze/include/asm/unistd.h index fd56a8f66489..ea4b233647c1 100644 --- a/arch/microblaze/include/asm/unistd.h +++ b/arch/microblaze/include/asm/unistd.h @@ -38,6 +38,6 @@ #endif /* __ASSEMBLY__ */ -#define __NR_syscalls 381 +#define __NR_syscalls 387 #endif /* _ASM_MICROBLAZE_UNISTD_H */