From: Sebastian Andrzej Siewior Date: Mon, 13 Aug 2012 20:23:33 +0000 (+0200) Subject: x86: dt: Use linear irq domain for ioapic(s) X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~93^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece3234a77ebcd5bbeea6b829c9798328d290cae;p=pandora-kernel.git x86: dt: Use linear irq domain for ioapic(s) The former conversion to irq_domain_add_legacy() did not fully work since we miss the irq decs for NR_IRQS_LEGACY+. Ideally we could use irq_domain_add_simple() or the no-map variant (and program the virq <-> line mapping directly into ioapic) but this would require a different irq lookup in "do_IRQ()" and won't work with ACPI without changes. So this is probably easiest for everyone. Tested-by: Thierry Reding Signed-off-by: Sebastian Andrzej Siewior Cc: Grant Likely Link: http://lkml.kernel.org/r/20120813202304.GA3529@breakpoint.cc Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed