diff options
-rw-r--r-- | arch/microblaze/include/asm/unistd.h | 3 | ||||
-rw-r--r-- | arch/microblaze/include/uapi/asm/unistd.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/arch/microblaze/include/asm/unistd.h b/arch/microblaze/include/asm/unistd.h index 6dece2d002dc..b14232b6878f 100644 --- a/arch/microblaze/include/asm/unistd.h +++ b/arch/microblaze/include/asm/unistd.h | |||
@@ -38,4 +38,7 @@ | |||
38 | #define __ARCH_WANT_SYS_FORK | 38 | #define __ARCH_WANT_SYS_FORK |
39 | 39 | ||
40 | #endif /* __ASSEMBLY__ */ | 40 | #endif /* __ASSEMBLY__ */ |
41 | |||
42 | #define __NR_syscalls 381 | ||
43 | |||
41 | #endif /* _ASM_MICROBLAZE_UNISTD_H */ | 44 | #endif /* _ASM_MICROBLAZE_UNISTD_H */ |
diff --git a/arch/microblaze/include/uapi/asm/unistd.h b/arch/microblaze/include/uapi/asm/unistd.h index 5f7fe7582f3a..20043b67d158 100644 --- a/arch/microblaze/include/uapi/asm/unistd.h +++ b/arch/microblaze/include/uapi/asm/unistd.h | |||
@@ -397,6 +397,4 @@ | |||
397 | #define __NR_kcmp 379 | 397 | #define __NR_kcmp 379 |
398 | #define __NR_finit_module 380 | 398 | #define __NR_finit_module 380 |
399 | 399 | ||
400 | #define __NR_syscalls 381 | ||
401 | |||
402 | #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ | 400 | #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ |