forked from Imagelibrary/rtems
bsps/arm: Remove superfluous parameter
This commit is contained in:
@@ -812,8 +812,7 @@ uint32_t arm_cp15_set_translation_table_entries(
|
||||
|
||||
void arm_cp15_set_exception_handler(
|
||||
Arm_symbolic_exception_name exception,
|
||||
void (*handler)(void),
|
||||
uint32_t section_flags_for_mirror_table_access
|
||||
void (*handler)(void)
|
||||
);
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user