Re: [PATCH] powerpc/64: option to force run-at-load to test relocation

2016-10-13 Thread Michael Ellerman
Balbir Singh writes: > On 12/10/16 17:57, Nicholas Piggin wrote: >> diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S >> index 79da0641..bc9ceac 100644 >> --- a/arch/powerpc/kernel/head_64.S >> +++ b/arch/powerpc/kernel/head_64.S >> @@ -111,8 +111,12 @@ __secondary_hold_ac

Re: [PATCH] powerpc/64: option to force run-at-load to test relocation

2016-10-13 Thread Balbir Singh
On 13/10/16 13:25, Nicholas Piggin wrote: > On Wed, 12 Oct 2016 18:35:21 +1100 > Balbir Singh wrote: > >> On 12/10/16 17:57, Nicholas Piggin wrote: >>> This adds a config option that can help exercise the case when >>> the kernel is not running at PAGE_OFFSET. >>> >>> Signed-off-by: Nicholas Pi

Re: [PATCH] powerpc/64: option to force run-at-load to test relocation

2016-10-12 Thread Nicholas Piggin
On Wed, 12 Oct 2016 18:35:21 +1100 Balbir Singh wrote: > On 12/10/16 17:57, Nicholas Piggin wrote: > > This adds a config option that can help exercise the case when > > the kernel is not running at PAGE_OFFSET. > > > > Signed-off-by: Nicholas Piggin > > --- > > arch/powerpc/Kconfig

Re: [PATCH] powerpc/64: option to force run-at-load to test relocation

2016-10-12 Thread Balbir Singh
On 12/10/16 17:57, Nicholas Piggin wrote: > This adds a config option that can help exercise the case when > the kernel is not running at PAGE_OFFSET. > > Signed-off-by: Nicholas Piggin > --- > arch/powerpc/Kconfig | 9 + > arch/powerpc/kernel/head_64.S | 4 > a

[PATCH] powerpc/64: option to force run-at-load to test relocation

2016-10-11 Thread Nicholas Piggin
This adds a config option that can help exercise the case when the kernel is not running at PAGE_OFFSET. Signed-off-by: Nicholas Piggin --- arch/powerpc/Kconfig | 9 + arch/powerpc/kernel/head_64.S | 4 arch/powerpc/kernel/setup-common.c | 3 +++ 3 files changed,