commit | 6883da8c6c15e85e7750c94be49ea156ed341c05 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 25 16:59:28 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 03 15:09:22 2013 -0500 |
tree | 6ad033c94adba251bd07673193fcf35ac7b1ec08 | |
parent | 9aae8fc05d2d130797be436eb7cae29c32710193 [diff] |
switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE ... and make it unconditional - we want the sucker on all biarch platforms, really. All kinds of wrappers and private implementations can go now; fortunately, they don't cause name conflicts, so we can do that one first without any bisect hazards. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>