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/sparc64/include/rtems/score/cpu.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/score/cpu/sparc64') diff --git a/cpukit/score/cpu/sparc64/include/rtems/score/cpu.h b/cpukit/score/cpu/sparc64/include/rtems/score/cpu.h index e0f56b8e89..3c41a922e7 100644 --- a/cpukit/score/cpu/sparc64/include/rtems/score/cpu.h +++ b/cpukit/score/cpu/sparc64/include/rtems/score/cpu.h @@ -651,12 +651,6 @@ extern const CPU_Trap_table_entry _CPU_Trap_slot_template; * ISR handler macros */ -/* - * Support routine to initialize the RTEMS vector table after it is allocated. - */ - -#define _CPU_Initialize_vectors() - /* * Disable all interrupts for a critical section. The previous * level is returned in _level. -- cgit v1.2.3