bsps/i386: Remove Redundant imps_lapic_addr extern declaration

The variable is already defined in smp-imps.c and declared in the
header. The additional extern declaration in the source file is
unnecessary and can be removed.
This commit is contained in:
Mohammed Anees
2026-03-11 22:42:10 +00:00
committed by Gedare Bloom
parent e876fa1d27
commit a1551f1737
-3
View File
@@ -202,9 +202,6 @@ uint32_t imps_num_cpus = 1;
unsigned char imps_cpu_apic_map[IMPS_MAX_CPUS];
unsigned char imps_apic_cpu_map[IMPS_MAX_CPUS];
/* now defined in getcpuid.c */
extern unsigned imps_lapic_addr;
static void secondary_cpu_initialize(void);
/*