[<prev] [next>] [day] [month] [year] [list]
Message-ID: <43F901BD926A4E43B106BF17856F07558A00D90C@orsmsx508.amr.corp.intel.com>
Date: Thu, 19 Nov 2009 16:16:38 -0800
From: "Pan, Jacob jun" <jacob.jun.pan@...el.com>
To: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: "H. Peter Anvin" <hpa@...ux.intel.com>,
Thomas Gleixner <tglx@...utronix.de>,
"Van De Ven, Arjan" <arjan.van.de.ven@...el.com>,
Ingo Molnar <mingo@...e.hu>
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists