microblaze: Wire-up new system calls sched_setattr/getattr
authorMichal Simek <michal.simek@xilinx.com>
Wed, 12 Mar 2014 09:18:30 +0000 (10:18 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 12 Mar 2014 09:20:41 +0000 (10:20 +0100)
Wire-up sched_setattr/getattr syscalls.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/include/uapi/asm/unistd.h
arch/microblaze/kernel/syscall_table.S

index 06d82d6ae1347a91ea6367f908679921549426a1..8d0791b49b31a8c6b121f8088c93188d0401a519 100644 (file)
 #define __NR_process_vm_writev 378
 #define __NR_kcmp              379
 #define __NR_finit_module      380
+#define __NR_sched_setattr     381
+#define __NR_sched_getattr     382
 
 #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
index c09d741f869f3d8ab1a4372fb4acb60c94f181c7..329dfbad810bca1327a5501c82c60d01285e8cd0 100644 (file)
@@ -381,3 +381,5 @@ ENTRY(sys_call_table)
        .long sys_process_vm_writev
        .long sys_kcmp
        .long sys_finit_module
+       .long sys_sched_setattr
+       .long sys_sched_getattr