summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen83xx/start/bspstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/gen83xx/start/bspstart.c')
-rw-r--r--bsps/powerpc/gen83xx/start/bspstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/powerpc/gen83xx/start/bspstart.c b/bsps/powerpc/gen83xx/start/bspstart.c
index 4070c56347..70fcbea36e 100644
--- a/bsps/powerpc/gen83xx/start/bspstart.c
+++ b/bsps/powerpc/gen83xx/start/bspstart.c
@@ -114,7 +114,7 @@ void bsp_start( void)
ppc_exc_cache_wb_check = 0;
#endif
ppc_exc_initialize(
- (uintptr_t) bsp_section_work_begin,
+ (uintptr_t) _Configuration_Interrupt_stack_area_begin,
rtems_configuration_get_interrupt_stack_size()
);