mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 11:00:08 +08:00
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:
committed by
Gedare Bloom
parent
e876fa1d27
commit
a1551f1737
@@ -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);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user