forked from Imagelibrary/rtems
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 <rtems/score/isr.h>. The new names are considerable shorter and in the right namespace. Update #3459.
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
.section .bsp_start_text,"awx",@progbits
|
||||
|
||||
_start:
|
||||
lis %r1,_Configuration_Interrupt_stack_area_end@h
|
||||
ori %r1,%r1,_Configuration_Interrupt_stack_area_end@l
|
||||
lis %r1,_ISR_Stack_area_end@h
|
||||
ori %r1,%r1,_ISR_Stack_area_end@l
|
||||
/* Make sure stack is properly aligned */
|
||||
li %r3, CPU_STACK_ALIGNMENT - 1
|
||||
andc %r1, %r1, %r3
|
||||
|
||||
Reference in New Issue
Block a user