Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356645
b: refs/heads/master
c: 6883da8
h: refs/heads/master
i:
  356643: 1778ee9
v: v3
  • Loading branch information
Al Viro committed Feb 3, 2013
1 parent a4e4774 commit 55d5f7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9aae8fc05d2d130797be436eb7cae29c32710193
refs/heads/master: 6883da8c6c15e85e7750c94be49ea156ed341c05
7 changes: 3 additions & 4 deletions trunk/kernel/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1203,9 +1203,9 @@ compat_sys_sysinfo(struct compat_sysinfo __user *info)
return 0;
}

#ifdef __ARCH_WANT_COMPAT_SYS_SCHED_RR_GET_INTERVAL
asmlinkage long compat_sys_sched_rr_get_interval(compat_pid_t pid,
struct compat_timespec __user *interval)
COMPAT_SYSCALL_DEFINE2(sched_rr_get_interval,
compat_pid_t, pid,
struct compat_timespec __user *, interval)
{
struct timespec t;
int ret;
Expand All @@ -1218,7 +1218,6 @@ asmlinkage long compat_sys_sched_rr_get_interval(compat_pid_t pid,
return -EFAULT;
return ret;
}
#endif /* __ARCH_WANT_COMPAT_SYS_SCHED_RR_GET_INTERVAL */

/*
* Allocate user-space memory for the duration of a single system call,
Expand Down

0 comments on commit 55d5f7b

Please sign in to comment.