Re: powerpc/64s: Fix unrelocated interrupt trampoline address test

2019-03-03 Thread Michael Ellerman
On Fri, 2019-03-01 at 12:56:36 UTC, Nicholas Piggin wrote: > The recent commit got this test wrong, it declared the assembler > symbols the wrong way, and also used the wrong symbol name > (xxx_start rather than start_xxx, see asm/head-64.h). > > Fixes: ccd477028a ("powerpc/64s: Fix HV NMI vs HV i

[PATCH] powerpc/64s: Fix unrelocated interrupt trampoline address test

2019-03-01 Thread Nicholas Piggin
The recent commit got this test wrong, it declared the assembler symbols the wrong way, and also used the wrong symbol name (xxx_start rather than start_xxx, see asm/head-64.h). Fixes: ccd477028a ("powerpc/64s: Fix HV NMI vs HV interrupt recoverability test") Signed-off-by: Nicholas Piggin ---