From 8db3f0e878b7f008ad05716f501220509662e2c4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 19 Jul 2018 12:11:19 +0200 Subject: riscv: Rework exception handling Remove _CPU_ISR_install_raw_handler() and _CPU_ISR_install_vector() functions. Applications can install an exception handler via the fatal error handler to handle synchronous exceptions. Handle interrupt exceptions via _RISCV_Interrupt_dispatch() which must be provided by the BSP. Update #3433. --- bsps/riscv/include/bsp/linker-symbols.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bsps/riscv/include') diff --git a/bsps/riscv/include/bsp/linker-symbols.h b/bsps/riscv/include/bsp/linker-symbols.h index 34bf4873ba..426b17451f 100644 --- a/bsps/riscv/include/bsp/linker-symbols.h +++ b/bsps/riscv/include/bsp/linker-symbols.h @@ -63,10 +63,6 @@ LINKER_SYMBOL(bsp_vector_table_begin) LINKER_SYMBOL(bsp_vector_table_end) LINKER_SYMBOL(bsp_vector_table_size) -LINKER_SYMBOL(bsp_start_vector_table_begin) -LINKER_SYMBOL(bsp_start_vector_table_end) -LINKER_SYMBOL(bsp_start_vector_table_size) - LINKER_SYMBOL(bsp_translation_table_base) LINKER_SYMBOL(bsp_translation_table_end) -- cgit v1.2.3