forked from Imagelibrary/rtems
bsps/powerpc: Simplify ppc_exc_initialize()
Remove parameters from ppc_exc_initialize() since all BSPs passed the same values. Update #3459.
This commit is contained in:
@@ -181,13 +181,7 @@ void bsp_start( void )
|
||||
/* timebase register ticks/microsecond = CPU Clk in MHz */
|
||||
bsp_clicks_per_usec = 400;
|
||||
|
||||
/*
|
||||
* Initialize default raw exception handlers.
|
||||
*/
|
||||
ppc_exc_initialize(
|
||||
(uintptr_t) _Configuration_Interrupt_stack_area_begin,
|
||||
rtems_configuration_get_interrupt_stack_size()
|
||||
);
|
||||
ppc_exc_initialize();
|
||||
|
||||
/*
|
||||
* Install our own set of exception vectors
|
||||
|
||||
Reference in New Issue
Block a user