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/no_cpu/include/rtems/score/cpu.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'cpukit/score/cpu/no_cpu') diff --git a/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h index 09f34b4acd..120b51b633 100644 --- a/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h +++ b/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h @@ -615,17 +615,6 @@ extern Context_Control_fp _CPU_Null_fp_context; * ISR handler macros */ -/** - * @addtogroup RTEMSScoreCPUExampleInterrupt - * - * 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() - /** * @addtogroup RTEMSScoreCPUExampleInterrupt * -- cgit v1.2.3