Re: [PATCH] MIPS: use current instead of task in syscall_get_arch

2014-04-11 Thread Markos Chandras
On 04/11/2014 03:43 AM, Richard Guy Briggs wrote: On 14/04/10, Eric Paris wrote: In commit 6e345746 Markos started using task to determine 64bit vs 32bit instead of it being completely CONFIG based. In commit 5e937a9a we dropped the 'task' argument to syscall_get_arch() across the entire

[PATCH] MIPS: use current instead of task in syscall_get_arch

2014-04-10 Thread Eric Paris
In commit 6e345746 Markos started using task to determine 64bit vs 32bit instead of it being completely CONFIG based. In commit 5e937a9a we dropped the 'task' argument to syscall_get_arch() across the entire system. This obviously results in a build failure when Linus's and the audit tree were

Re: [PATCH] MIPS: use current instead of task in syscall_get_arch

2014-04-10 Thread Richard Guy Briggs
On 14/04/10, Eric Paris wrote: In commit 6e345746 Markos started using task to determine 64bit vs 32bit instead of it being completely CONFIG based. In commit 5e937a9a we dropped the 'task' argument to syscall_get_arch() across the entire system. This obviously results in a build failure