From be1272f5122791474b5ae972fd4309020993d919 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 16 Feb 2005 09:06:27 +0000 Subject: 2005-02-15 Ralf Corsepius * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE. --- cpukit/score/cpu/powerpc/ChangeLog | 4 ++++ cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'cpukit/score') diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index a3618f4ff4..ac1d31cacb 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2005-02-15 Ralf Corsepius + + * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE. + 2005-02-15 Ralf Corsepius * rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit, diff --git a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h index 6f52a266c1..291bfc64a1 100644 --- a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h @@ -579,12 +579,6 @@ SCORE_EXTERN struct { #define CPU_STACK_ALIGNMENT (PPC_STACK_ALIGNMENT) -/* - * Needed for Interrupt stack - */ -#define CPU_MINIMUM_STACK_FRAME_SIZE 8 - - /* * ISR handler macros */ -- cgit v1.2.3