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

* new-exceptions/cpu.c: Add CPU_MINIMUM_STACK_FRAME_SIZE.
This commit is contained in:
Ralf Corsepius
2005-02-16 09:07:47 +00:00
parent be1272f512
commit 21a6869c26
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* new-exceptions/cpu.c: Add CPU_MINIMUM_STACK_FRAME_SIZE.
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* new-exceptions/cpu.c (_CPU_ISR_install_vector): New.

View File

@@ -65,6 +65,9 @@ void _CPU_Initialize(
* _CPU_Context_Initialize
*/
/* PPC_ABI_SVR4 or PPC_ABI_EABI */
#define CPU_MINIMUM_STACK_FRAME_SIZE 8
void _CPU_Context_Initialize(
Context_Control *the_context,
uint32_t *stack_base,