Tag: 2c778651f73d92edb847e65d371bb29b17c7ca60

x86: Cleanup the genirq name space

Author: Thomas Gleixner <tglx@linutronix.de> genirq is switching to a consistent name space for the irq related functions. Convert x86. Conversion was done with coccinelle. Signed-off-by: Thomas Gleixner — arch/x86/kernel/apic/io_apic.c | 75 ++++++++++++++++++—————- arch/x86/kernel/hpet.c | 2 +- arch/x86/kernel/i8259.c | 2 +- arch/x86/kernel/irqinit.c | 2 +- arch/x86/lguest/boot.c | 4 +- arch/x86/pci/xen.c | 8 ++– arch/x86/platform/uv/uv_irq.c | 4 …

Continue reading