Răsfoiți Sursa

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>
Nicholas Piggin 8 ani în urmă
părinte
comite
ae88f7b9af
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      arch/powerpc/kernel/exceptions-64e.S

+ 3 - 3
arch/powerpc/kernel/exceptions-64e.S

@@ -923,10 +923,10 @@ kernel_dbg_exc:
 			        PROLOG_ADDITION_NONE)
 			        PROLOG_ADDITION_NONE)
 	EXCEPTION_COMMON(0x340)
 	EXCEPTION_COMMON(0x340)
 	addi	r3,r1,STACK_FRAME_OVERHEAD
 	addi	r3,r1,STACK_FRAME_OVERHEAD
-	bl	.save_nvgprs
+	bl	save_nvgprs
 	INTS_RESTORE_HARD
 	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
  * An interrupt came in while soft-disabled; We mark paca->irq_happened