File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,6 @@ static inline bool apic_is_x2apic_enabled(void)
127
127
128
128
extern void enable_IR_x2apic (void );
129
129
130
- extern int get_physical_broadcast (void );
131
-
132
130
extern int lapic_get_maxlvt (void );
133
131
extern void clear_local_APIC (void );
134
132
extern void disconnect_bsp_APIC (int virt_wire_setup );
@@ -508,8 +506,6 @@ static inline bool is_vector_pending(unsigned int vector)
508
506
#define TRAMPOLINE_PHYS_LOW 0x467
509
507
#define TRAMPOLINE_PHYS_HIGH 0x469
510
508
511
- extern void generic_bigsmp_probe (void );
512
-
513
509
#ifdef CONFIG_X86_LOCAL_APIC
514
510
515
511
#include <asm/smp.h>
@@ -532,8 +528,6 @@ static inline int default_acpi_madt_oem_check(char *a, char *b) { return 0; }
532
528
static inline void x86_64_probe_apic (void ) { }
533
529
#endif
534
530
535
- extern int default_apic_id_valid (u32 apicid );
536
-
537
531
extern u32 apic_default_calc_apicid (unsigned int cpu );
538
532
extern u32 apic_flat_calc_apicid (unsigned int cpu );
539
533
You can’t perform that action at this time.
0 commit comments