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

2016-10-14 Thread Balbir Singh
On 14/10/16 18:31, 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 > --- Reviewed-by: Balbir Singh

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

2016-10-14 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 --- Changes since v1: - Improved style as suggested by Balbir and Michael arch/powerpc/Kconfig | 9 + arch/powerpc/kernel/head_64.S | 8 ++