From 26a09f2c5b593c52ddd4857563dc310c798ef32e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 22 Jun 2021 15:08:37 +0200 Subject: score: Remove _CPU_Initialize_vectors() This CPU port macro was not used. Since the _ISR_Vector_table[] is statically allocated, CPU ports could initialize this table in _CPU_Initialize() if necessary. Remove _CPU_Initialize_vectors() to simplify the CPU port interface. --- cpukit/score/cpu/lm32/include/rtems/score/cpu.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cpukit/score/cpu/lm32') diff --git a/cpukit/score/cpu/lm32/include/rtems/score/cpu.h b/cpukit/score/cpu/lm32/include/rtems/score/cpu.h index 5c890de53e..29af53a53b 100644 --- a/cpukit/score/cpu/lm32/include/rtems/score/cpu.h +++ b/cpukit/score/cpu/lm32/include/rtems/score/cpu.h @@ -414,15 +414,6 @@ extern Context_Control_fp _CPU_Null_fp_context; */ /**@{**/ -/** - * Support routine to initialize the RTEMS vector table after it is allocated. - * - * Port Specific Information: - * - * XXX document implementation including references if appropriate - */ -#define _CPU_Initialize_vectors() - /** * Disable all interrupts for an RTEMS critical section. The previous * level is returned in @a _isr_cookie. -- cgit v1.2.3