diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2016-11-23 14:02:09 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-28 12:32:30 +0100 |
commit | ae88f7b9af17a1267f5dd5b87a44878e676fa570 (patch) | |
tree | 2f1e27bb3c7a1efc82ea5a68cc969983aefba03b /arch/powerpc/kernel | |
parent | powerpc/64e: Convert cmpi to cmpwi in head_64.S (diff) | |
download | linux-ae88f7b9af17a1267f5dd5b87a44878e676fa570.tar.xz linux-ae88f7b9af17a1267f5dd5b87a44878e676fa570.zip |
powerpc/64e: Don't branch to dot symbols
This converts one that was missed by b1576fec7f4d ("powerpc: No need
to use dot symbols when branching to a function").
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/exceptions-64e.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/exceptions-64e.S b/arch/powerpc/kernel/exceptions-64e.S index 38a1f96430e1..45b453e4d0c8 100644 --- a/arch/powerpc/kernel/exceptions-64e.S +++ b/arch/powerpc/kernel/exceptions-64e.S @@ -923,10 +923,10 @@ kernel_dbg_exc: PROLOG_ADDITION_NONE) EXCEPTION_COMMON(0x340) addi r3,r1,STACK_FRAME_OVERHEAD - bl .save_nvgprs + bl save_nvgprs INTS_RESTORE_HARD - bl .unknown_exception - b .ret_from_except + bl unknown_exception + b ret_from_except /* * An interrupt came in while soft-disabled; We mark paca->irq_happened |