|
@@ -225,8 +225,6 @@ extern unsigned int native_io_apic_read(unsigned int apic, unsigned int reg);
|
|
extern void native_io_apic_write(unsigned int apic, unsigned int reg, unsigned int val);
|
|
extern void native_io_apic_write(unsigned int apic, unsigned int reg, unsigned int val);
|
|
extern void native_io_apic_modify(unsigned int apic, unsigned int reg, unsigned int val);
|
|
extern void native_io_apic_modify(unsigned int apic, unsigned int reg, unsigned int val);
|
|
extern void native_disable_io_apic(void);
|
|
extern void native_disable_io_apic(void);
|
|
-extern void native_io_apic_print_entries(unsigned int apic, unsigned int nr_entries);
|
|
|
|
-extern void intel_ir_io_apic_print_entries(unsigned int apic, unsigned int nr_entries);
|
|
|
|
extern int native_ioapic_set_affinity(struct irq_data *,
|
|
extern int native_ioapic_set_affinity(struct irq_data *,
|
|
const struct cpumask *,
|
|
const struct cpumask *,
|
|
bool);
|
|
bool);
|
|
@@ -290,7 +288,6 @@ static inline void disable_ioapic_support(void) { }
|
|
#define native_io_apic_write NULL
|
|
#define native_io_apic_write NULL
|
|
#define native_io_apic_modify NULL
|
|
#define native_io_apic_modify NULL
|
|
#define native_disable_io_apic NULL
|
|
#define native_disable_io_apic NULL
|
|
-#define native_io_apic_print_entries NULL
|
|
|
|
#define native_ioapic_set_affinity NULL
|
|
#define native_ioapic_set_affinity NULL
|
|
#define native_setup_ioapic_entry NULL
|
|
#define native_setup_ioapic_entry NULL
|
|
#define native_eoi_ioapic_pin NULL
|
|
#define native_eoi_ioapic_pin NULL
|