Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97e7b6f5 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Ingo Molnar
Browse files

x86: unify apic interrupt function declarations



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 0bc471d9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -67,6 +67,10 @@ extern void print_IO_APIC(void);
extern int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn);
extern void setup_ioapic_dest(void);

#ifdef CONFIG_X86_64
extern void enable_IO_APIC(void);
#endif

/* IPI functions */
extern void send_IPI_self(int vector);
extern void send_IPI(int dest, int vector);
+0 −3
Original line number Diff line number Diff line
@@ -12,9 +12,6 @@ extern spinlock_t vector_lock;
 * Interrupt entry/exit code at both C and assembly level
 */

extern void enable_IO_APIC(void);
extern void native_init_IRQ(void);

#include <asm/ptrace.h>

#endif
+2 −0
Original line number Diff line number Diff line
@@ -27,4 +27,6 @@ extern void fixup_irqs(cpumask_t map);

#define __ARCH_HAS_DO_SOFTIRQ 1

extern void native_init_IRQ(void);

#endif /* _ASM_IRQ_H */