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/rtems/score/ppc_offs.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems') diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/ppc_offs.h b/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/ppc_offs.h index 21959fc29a..85086f5a69 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/ppc_offs.h +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/ppc_offs.h @@ -106,11 +106,8 @@ #endif .set IP_LINK, 0 -#if (PPC_ABI == PPC_ABI_POWEROPEN) - .set IP_0, (IP_LINK + 56) -#else +/* PPC_ABI_EABI */ .set IP_0, (IP_LINK + 8) -#endif .set IP_2, (IP_0 + 4) .set IP_3, (IP_2 + 4) @@ -148,14 +145,11 @@ .set Disable_level, 4 .set Vector_table, 8 .set Stack, 12 -#if (PPC_ABI == PPC_ABI_POWEROPEN) - .set Dispatch_r2, 16 - .set Switch_necessary, 20 -#else +/* PPC_ABI_EABI */ .set Default_r2, 16 .set Default_r13, 20 .set Switch_necessary, 24 -#endif + .set Signal, Switch_necessary + 4 .set msr_initial, Signal + 4 -- cgit v1.2.3