[PATCH 0/3] x86/pic: introduce legacy_pic abstraction

From: Pan, Jacob jun
Date: Thu Nov 19 2009 - 19:16:47 EST


This patchset is intended to allow runtime selection of legacy pic driver. it
decouples legacy pic code by replacing global function calls with an abstracted
legacy_pic structure.

.arch/x86/include/asm/hw_irq.h | 7 ----
arch/x86/include/asm/i8259.h | 19 +++++++----
arch/x86/include/asm/io_apic.h | 2 -
arch/x86/kernel/apic/apic.c | 8 ++--
arch/x86/kernel/apic/io_apic.c | 67 +++++++++++++++++++---------------------
arch/x86/kernel/apic/nmi.c | 2 +-
arch/x86/kernel/i8259.c | 64 ++++++++++++++++++++++++++++++++++----
arch/x86/kernel/irqinit.c | 2 +-
arch/x86/kernel/smpboot.c | 5 ++-
arch/x86/kernel/visws_quirks.c | 14 +++++---
10 files changed, 119 insertions(+), 71 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/