Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls

2014-03-02 Thread Lennox Wu
Acked-by: Lennox Wu 2014-02-03 23:33 GMT+08:00 James Hogan : > Add the sched_setattr and sched_getattr syscalls to the generic syscall > list, which is used by the following architectures: arc, arm64, c6x, > hexagon, metag, openrisc, score, tile, unicore32. > > Signed-off-by: James Hogan > Cc: A

Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls

2014-02-24 Thread James Hogan
On 17/02/14 18:44, Catalin Marinas wrote: > On Mon, Feb 03, 2014 at 03:33:37PM +, James Hogan wrote: >> Add the sched_setattr and sched_getattr syscalls to the generic syscall >> list, which is used by the following architectures: arc, arm64, c6x, >> hexagon, metag, openrisc, score, tile, unico

Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls

2014-02-17 Thread Catalin Marinas
On Mon, Feb 03, 2014 at 03:33:37PM +, James Hogan wrote: > Add the sched_setattr and sched_getattr syscalls to the generic syscall > list, which is used by the following architectures: arc, arm64, c6x, > hexagon, metag, openrisc, score, tile, unicore32. > > Signed-off-by: James Hogan > Cc: Ar

[PATCH] asm-generic: add sched_setattr/sched_getattr syscalls

2014-02-03 Thread James Hogan
Add the sched_setattr and sched_getattr syscalls to the generic syscall list, which is used by the following architectures: arc, arm64, c6x, hexagon, metag, openrisc, score, tile, unicore32. Signed-off-by: James Hogan Cc: Arnd Bergmann Cc: linux-a...@vger.kernel.org Cc: Vineet Gupta Cc: Catalin