From 0567cb2d2331e0acd3c4a225f09fbe5882341ae0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 10 Feb 2005 15:13:34 +0000 Subject: 2005-02-10 Ralf Corsepius * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h: Remove PPC_ABI_POWEROPEN. --- .../support/old_exception_processing/cpu_asm.S | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu_asm.S') diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu_asm.S b/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu_asm.S index d3be508d8c..450acdf1a2 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu_asm.S +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu_asm.S @@ -570,15 +570,7 @@ PROC (_CPU_Context_restore): blr /* Individual interrupt prologues look like this: - * #if (PPC_ABI == PPC_ABI_POWEROPEN) - * #if (PPC_HAS_FPU) - * stwu r1, -(20*4 + 18*8 + IP_END)(r1) - * #else - * stwu r1, -(20*4 + IP_END)(r1) - * #endif - * #else * stwu r1, -(IP_END)(r1) - * #endif * stw r0, IP_0(r1) * * li r0, vectornum @@ -636,17 +628,3 @@ PROC (_ISR_HandlerC): #include "irq_stub.S" rfci #endif - -/* PowerOpen descriptors for indirect function calls. - */ - -#if (PPC_ABI == PPC_ABI_POWEROPEN) - DESCRIPTOR (_CPU_Context_save_fp) - DESCRIPTOR (_CPU_Context_restore_fp) - DESCRIPTOR (_CPU_Context_switch) - DESCRIPTOR (_CPU_Context_restore) - DESCRIPTOR (_ISR_Handler) -#if (PPC_HAS_RFCI == 1) - DESCRIPTOR (_ISR_HandlerC) -#endif -#endif -- cgit v1.2.3