summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c')
-rw-r--r--c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c b/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c
index 11ddae9bf6..702506251c 100644
--- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c
+++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c
@@ -302,7 +302,6 @@ void _CPU_Context_Initialize(
#endif
}
-
/* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -410,7 +409,6 @@ void _CPU_Fatal_error(uint32_t _error)
#define PPC_SYNCHRONOUS_TRAP ( _trap ) ((_trap)+PPC_SYNCHRONOUS_TRAP_BIT_MASK)
#define PPC_REAL_TRAP_NUMBER ( _trap ) ((_trap)%PPC_SYNCHRONOUS_TRAP_BIT_MASK)
-
const CPU_Trap_table_entry _CPU_Trap_slot_template = {
#if (PPC_ABI == PPC_ABI_POWEROPEN || PPC_ABI == PPC_ABI_GCC27)
@@ -444,7 +442,6 @@ uint32_t ppc_exception_vector_addr(
uint32_t vector
);
-
/*PAGE
*
* _CPU_ISR_install_raw_handler