2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>

* rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
This commit is contained in:
Ralf Corsepius
2005-02-16 09:06:27 +00:00
parent 2876aeb4c7
commit be1272f512
2 changed files with 4 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,

View File

@@ -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
*/