From 23cb9afeb6352a927ee1f797e21a69a281bf8619 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 1 Aug 2017 11:38:32 +0200 Subject: bsps/powerpc: Rename ppc_exc_wrap_async_normal Rename ppc_exc_wrap_async_normal to ppc_exc_interrupt to avoid a bit of obfuscation. Update #3082. --- .../libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libcpu/powerpc') diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S index f79687b387..f5c9ce9898 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S @@ -69,7 +69,7 @@ #endif /* PPC_EXC_CONFIG_USE_FIXED_HANDLER */ .global ppc_exc_min_prolog_async_tmpl_normal - .global ppc_exc_wrap_async_normal + .global ppc_exc_interrupt ppc_exc_min_prolog_async_tmpl_normal: @@ -84,9 +84,9 @@ ppc_exc_min_prolog_async_tmpl_normal: * We store the absolute branch target address here. It will be used * to generate the branch operation in ppc_exc_make_prologue(). */ - .int ppc_exc_wrap_async_normal + .int ppc_exc_interrupt -ppc_exc_wrap_async_normal: +ppc_exc_interrupt: #ifdef RTEMS_PROFILING /* Save non-volatile ENTRY_INSTANT_REGISTER */ -- cgit v1.2.3