bsps: BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN

Remove the BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN hack.  The interrupt
stacks are now allocated by the linker.

Update #3459.
This commit is contained in:
Sebastian Huber
2018-08-31 07:44:53 +02:00
parent 7b1a711d3b
commit fad3f79b88
15 changed files with 10 additions and 48 deletions

View File

@@ -91,7 +91,7 @@ void bsp_start( void )
* Initialize default raw exception handlers.
*/
ppc_exc_initialize_with_vector_base(
(uintptr_t) bsp_section_work_begin,
(uintptr_t) _Configuration_Interrupt_stack_area_begin,
rtems_configuration_get_interrupt_stack_size(),
(void *) 0xfff00000
);