From: Yinghai Lu Date: Wed, 12 Oct 2011 07:33:15 +0000 (-0700) Subject: x86, ioapic: Split up setup_ioapic_entry() X-Git-Tag: v3.2-rc1~158^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5b4712c3fabef4d1f48d24563fc562053baa002;p=pandora-kernel.git x86, ioapic: Split up setup_ioapic_entry() Ingo pointed out that setup_ioapic_entry() is way too big now. Split the intr-remap code out into setup_ir_ioapic_entry(). Also pass struct io_apic_irq_attr * instead of 5 parameters in those two functions. At last in setup_ir_ioapic_entry() we don't need to panic. Signed-off-by: Yinghai Lu Cc: Naga Chumbalkar Cc: Suresh Siddha Link: http://lkml.kernel.org/r/4E9542BB.4070807@oracle.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed