2009-11-20 00:16:35

by Jacob Pan

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

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(-)