From: Al Viro Date: Tue, 25 Dec 2012 21:59:28 +0000 (-0500) Subject: switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE X-Git-Tag: v3.9-rc1~98^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6883da8c6c15e85e7750c94be49ea156ed341c05;p=pandora-kernel.git 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 --- Reading git-diff-tree failed