powerpc/64s: Fix unrelocated interrupt trampoline address test
authorNicholas Piggin <npiggin@gmail.com>
Fri, 1 Mar 2019 12:56:36 +0000 (22:56 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 1 Mar 2019 13:25:47 +0000 (00:25 +1100)
commitbd3524feac214f0ab9693c6d4c0cb5be8e1318b9
treef76d1cc11bc6fbb35a1aa36019efc8e2bf64d3f6
parent11f5acce2fa43b015a8120fa7620fa4efd0a2952
powerpc/64s: Fix unrelocated interrupt trampoline address test

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 <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/asm-prototypes.h
arch/powerpc/include/asm/sections.h
arch/powerpc/kernel/exceptions-64s.S
arch/powerpc/kernel/traps.c