mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* new-exceptions/cpu.c: Add CPU_MINIMUM_STACK_FRAME_SIZE.
This commit is contained in:
@@ -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>
|
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* new-exceptions/cpu.c (_CPU_ISR_install_vector): New.
|
* new-exceptions/cpu.c (_CPU_ISR_install_vector): New.
|
||||||
|
|||||||
@@ -65,6 +65,9 @@ void _CPU_Initialize(
|
|||||||
* _CPU_Context_Initialize
|
* _CPU_Context_Initialize
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* PPC_ABI_SVR4 or PPC_ABI_EABI */
|
||||||
|
#define CPU_MINIMUM_STACK_FRAME_SIZE 8
|
||||||
|
|
||||||
void _CPU_Context_Initialize(
|
void _CPU_Context_Initialize(
|
||||||
Context_Control *the_context,
|
Context_Control *the_context,
|
||||||
uint32_t *stack_base,
|
uint32_t *stack_base,
|
||||||
|
|||||||
Reference in New Issue
Block a user