Loading arch/parisc/kernel/sys_parisc32.c +0 −12 Original line number Diff line number Diff line Loading @@ -61,18 +61,6 @@ asmlinkage long sys32_unimplemented(int r26, int r25, int r24, int r23, return -ENOSYS; } asmlinkage long sys32_sched_rr_get_interval(pid_t pid, struct compat_timespec __user *interval) { struct timespec t; int ret; KERNEL_SYSCALL(ret, sys_sched_rr_get_interval, pid, (struct timespec __user *)&t); if (put_compat_timespec(&t, interval)) return -EFAULT; return ret; } struct msgbuf32 { int mtype; char mtext[1]; Loading arch/parisc/kernel/syscall_table.S +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ /* These 2 would've worked if someone had defined struct timespec * carefully, like timeval for example (which is about the same). * Unfortunately it contains a long :-( */ ENTRY_DIFF(sched_rr_get_interval) ENTRY_COMP(sched_rr_get_interval) ENTRY_COMP(nanosleep) ENTRY_SAME(mremap) ENTRY_SAME(setresuid) Loading Loading
arch/parisc/kernel/sys_parisc32.c +0 −12 Original line number Diff line number Diff line Loading @@ -61,18 +61,6 @@ asmlinkage long sys32_unimplemented(int r26, int r25, int r24, int r23, return -ENOSYS; } asmlinkage long sys32_sched_rr_get_interval(pid_t pid, struct compat_timespec __user *interval) { struct timespec t; int ret; KERNEL_SYSCALL(ret, sys_sched_rr_get_interval, pid, (struct timespec __user *)&t); if (put_compat_timespec(&t, interval)) return -EFAULT; return ret; } struct msgbuf32 { int mtype; char mtext[1]; Loading
arch/parisc/kernel/syscall_table.S +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ /* These 2 would've worked if someone had defined struct timespec * carefully, like timeval for example (which is about the same). * Unfortunately it contains a long :-( */ ENTRY_DIFF(sched_rr_get_interval) ENTRY_COMP(sched_rr_get_interval) ENTRY_COMP(nanosleep) ENTRY_SAME(mremap) ENTRY_SAME(setresuid) Loading