add syscall numbers for the new kcmp and finit_module syscalls

and remove syscall todos from microblaze
This commit is contained in:
Szabolcs Nagy
2013-04-01 18:02:32 +00:00
parent ca2300d9ac
commit 8d3ee05754
6 changed files with 46 additions and 9 deletions
+4
View File
@@ -331,6 +331,8 @@
#define __NR_setns 375
#define __NR_process_vm_readv 376
#define __NR_process_vm_writev 377
#define __NR_kcmp 378
#define __NR_finit_module 379
/* Repeated with SYS_ prefix */
@@ -668,3 +670,5 @@
#define SYS_setns 375
#define SYS_process_vm_readv 376
#define SYS_process_vm_writev 377
#define SYS_kcmp 378
#define SYS_finit_module 379