]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/apic: Replace io_apic_ops with x86_io_apic_ops.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 28 Mar 2012 16:37:36 +0000 (12:37 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 11 May 2012 18:23:49 +0000 (14:23 -0400)
commit0a57a6ad150a4017755db46394b34dd698d1b4fb
treeaebb2771d167c824f5bcc19f74f0d45eed525258
parent14b2bc2e616111e880f8c1c47f617588dd798669
x86/apic: Replace io_apic_ops with x86_io_apic_ops.

Which makes the code fit within the rest of the x86_ops functions.

Acked-by: Suresh Siddha <suresh.b.siddha@intel.com>
[v1: Changed x86_apic -> x86_ioapic per Yinghai Lu <yinghai@kernel.org> suggestion]
[v2: Rebased on tip/x86/urgent and redid to match Ingo's syntax style]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/include/asm/io_apic.h
arch/x86/include/asm/x86_init.h
arch/x86/kernel/apic/io_apic.c
arch/x86/kernel/setup.c
arch/x86/kernel/x86_init.c