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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/bsps/powerpc/gen83xx/start/bspstart.c b/bsps/powerpc/gen83xx/start/bspstart.c
index 70fcbea36e..733f43e8ec 100644
--- a/bsps/powerpc/gen83xx/start/bspstart.c
+++ b/bsps/powerpc/gen83xx/start/bspstart.c
@@ -113,10 +113,7 @@ void bsp_start( void)
#ifndef BSP_DATA_CACHE_ENABLED
ppc_exc_cache_wb_check = 0;
#endif
- ppc_exc_initialize(
- (uintptr_t) _Configuration_Interrupt_stack_area_begin,
- rtems_configuration_get_interrupt_stack_size()
- );
+ ppc_exc_initialize();
/* Install default handler for the decrementer exception */
sc = ppc_exc_set_handler( ASM_DEC_VECTOR, mpc83xx_decrementer_exception_handler);