Re: [2/3] powerpc: relative exception tables

2016-11-14 Thread Michael Ellerman
On Thu, 2016-13-10 at 05:42:54 UTC, Nicholas Piggin wrote: > This halves the exception table size on 64-bit builds, and it > allows build-time sorting of exception tables to work on > relocated kernels. > > Signed-off-by: Nicholas Piggin Applied to powerpc next, thanks. https://git.kernel.org/p

[PATCH 2/3] powerpc: relative exception tables

2016-10-12 Thread Nicholas Piggin
This halves the exception table size on 64-bit builds, and it allows build-time sorting of exception tables to work on relocated kernels. Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/linkage.h| 20 - arch/powerpc/include/asm/uaccess.h