Re: [PATCH] compat: Generic compat_sys_sched_rr_get_interval implementation

2012-09-18 Thread David Miller
From: Catalin Marinas Date: Tue, 18 Sep 2012 18:02:07 +0100 > This function is used by sparc, powerpc tile and arm64 for compat > support. The patch adds a generic implementation with a wrapper for > PowerPC to do the u32->int sign extension. > > The reason for a single patch covering powerpc, t

Re: [PATCH] compat: Generic compat_sys_sched_rr_get_interval implementation

2012-09-18 Thread Chris Metcalf
On 9/18/2012 1:02 PM, Catalin Marinas wrote: > This function is used by sparc, powerpc tile and arm64 for compat > support. The patch adds a generic implementation with a wrapper for > PowerPC to do the u32->int sign extension. > > The reason for a single patch covering powerpc, tile and sparc is t

[PATCH] compat: Generic compat_sys_sched_rr_get_interval implementation

2012-09-18 Thread Catalin Marinas
This function is used by sparc, powerpc tile and arm64 for compat support. The patch adds a generic implementation with a wrapper for PowerPC to do the u32->int sign extension. The reason for a single patch covering powerpc, tile and sparc is to keep it bisectable, otherwise kernel building may fa