From ff081aee72436131cf11e3a35f96a6405c3a4d78 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 6 Nov 2018 16:58:02 +0100 Subject: score: Rename interrupt stack symbols Rename * _Configuration_Interrupt_stack_area_begin in _ISR_Stack_area_begin, * _Configuration_Interrupt_stack_area_end in _ISR_Stack_area_end, and * _Configuration_Interrupt_stack_size in _ISR_Stack_size. Move definitions to . The new names are considerable shorter and in the right namespace. Update #3459. --- bsps/sparc/shared/start/start.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bsps/sparc/shared/start/start.S') diff --git a/bsps/sparc/shared/start/start.S b/bsps/sparc/shared/start/start.S index 0be93ed015..5fc1248a24 100644 --- a/bsps/sparc/shared/start/start.S +++ b/bsps/sparc/shared/start/start.S @@ -319,12 +319,12 @@ SYM(hard_reset): set SYM(rdb_start), %g5 ! End of RAM st %sp, [%g5] - set SYM(_Configuration_Interrupt_stack_size), %g5 + set SYM(_ISR_Stack_size), %g5 #if defined(START_LEON3_ENABLE_SMP) add %o0, 1, %o0 smul %o0, %g5, %g5 #endif - set SYM(_Configuration_Interrupt_stack_area_begin), %sp + set SYM(_ISR_Stack_area_begin), %sp add %sp, %g5, %sp sub %sp, 4, %sp ! stack starts at end of area - 4 andn %sp, 0x0f, %sp ! align stack on 16-byte boundary -- cgit v1.2.3