Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 998bbb2f authored by Helge Deller's avatar Helge Deller
Browse files

parisc: wire up sched_setattr and sched_getattr



Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 57737c49
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -826,8 +826,10 @@
#define __NR_process_vm_writev	(__NR_Linux + 331)
#define __NR_kcmp		(__NR_Linux + 332)
#define __NR_finit_module	(__NR_Linux + 333)
#define __NR_sched_setattr	(__NR_Linux + 334)
#define __NR_sched_getattr	(__NR_Linux + 335)

#define __NR_Linux_syscalls	(__NR_finit_module + 1)
#define __NR_Linux_syscalls	(__NR_sched_getattr + 1)


#define __IGNORE_select		/* newselect */
+2 −0
Original line number Diff line number Diff line
@@ -429,6 +429,8 @@
	ENTRY_COMP(process_vm_writev)
	ENTRY_SAME(kcmp)
	ENTRY_SAME(finit_module)
	ENTRY_SAME(sched_setattr)
	ENTRY_SAME(sched_getattr)	/* 335 */

	/* Nothing yet */