aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/kernel/head_64.S
diff options
context:
space:
mode:
authorJordan Niethe <jniethe5@gmail.com>2020-11-30 11:44:04 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2020-12-04 01:01:20 +1100
commitfe18a35e685c9bdabc8b11b3e19deb85a068b75d (patch)
treeea4bac645118a3f74922c901144c32f1933a1286 /arch/powerpc/kernel/head_64.S
parentpowerpc/vdso: Cleanup vdso.h (diff)
downloadwireguard-linux-fe18a35e685c9bdabc8b11b3e19deb85a068b75d.tar.xz
wireguard-linux-fe18a35e685c9bdabc8b11b3e19deb85a068b75d.zip
powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.S
Commit 63ce271b5e37 ("powerpc/prom: convert PROM_BUG() to standard trap") added an EMIT_BUG_ENTRY for the trap after the branch to start_kernel(). The EMIT_BUG_ENTRY was for the address "0b", however the trap was not labeled with "0". Hence the address used for bug is in relative_toc() where the previous "0" label is. Label the trap as "0" so the correct address is used. Fixes: 63ce271b5e37 ("powerpc/prom: convert PROM_BUG() to standard trap") Signed-off-by: Jordan Niethe <jniethe5@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20201130004404.30953-1-jniethe5@gmail.com
Diffstat (limited to 'arch/powerpc/kernel/head_64.S')
-rw-r--r--arch/powerpc/kernel/head_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S
index 3bae6286c17c..f63d01c78398 100644
--- a/arch/powerpc/kernel/head_64.S
+++ b/arch/powerpc/kernel/head_64.S
@@ -995,7 +995,7 @@ start_here_common:
bl start_kernel
/* Not reached */
- trap
+0: trap
EMIT_BUG_ENTRY 0b, __FILE__, __LINE__, 0
.previous