Re: [PATCH 1/2] ia64: macro-ize ia64_done_with_exception in asm/uaccess.h

2016-08-18 Thread Paul Gortmaker
[Re: [PATCH 1/2] ia64: macro-ize ia64_done_with_exception in asm/uaccess.h] On 17/08/2016 (Wed 18:15) Al Viro wrote: > On Tue, Aug 16, 2016 at 11:14:42AM -0400, Paul Gortmaker wrote: > > Most of the other C content in this file is already implemented > > in macro form. Doing th

Re: [PATCH 1/2] ia64: macro-ize ia64_done_with_exception in asm/uaccess.h

2016-08-17 Thread Al Viro
On Tue, Aug 16, 2016 at 11:14:42AM -0400, Paul Gortmaker wrote: > Most of the other C content in this file is already implemented > in macro form. Doing the same for this function will allow us > to get rid of the duplicated search_exception_tables prototype. > We will bring it in as required via

[PATCH 1/2] ia64: macro-ize ia64_done_with_exception in asm/uaccess.h

2016-08-16 Thread Paul Gortmaker
Most of the other C content in this file is already implemented in macro form. Doing the same for this function will allow us to get rid of the duplicated search_exception_tables prototype. We will bring it in as required via inclusion. Cc: Tony Luck Cc: Fenghua Yu Cc: linux-i...@vger.kernel.o