diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2016-11-24 00:02:09 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-28 22:32:30 +1100 |
commit | ae88f7b9af17a1267f5dd5b87a44878e676fa570 (patch) | |
tree | 2f1e27bb3c7a1efc82ea5a68cc969983aefba03b /arch/powerpc/kernel/exceptions-64e.S | |
parent | f87f253bac3ce4a4eb2a60a1ae604d74e65f9042 (diff) | |
download | linux-ae88f7b9af17a1267f5dd5b87a44878e676fa570.tar.bz2 |
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/exceptions-64e.S')
-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 |