]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - kernel/compat.c
switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 25 Dec 2012 21:59:28 +0000 (16:59 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Feb 2013 20:09:22 +0000 (15:09 -0500)
commit6883da8c6c15e85e7750c94be49ea156ed341c05
tree6ad033c94adba251bd07673193fcf35ac7b1ec08
parent9aae8fc05d2d130797be436eb7cae29c32710193
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>
kernel/compat.c