From: Thomas Gleixner Date: Wed, 7 May 2014 15:44:07 +0000 (+0000) Subject: x86: irq_remapping: Use irq_alloc/free_hwirq() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~17^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d24a135412ab4dba50eb7aeffd4064eee23b4da6;p=pandora-kernel.git x86: irq_remapping: Use irq_alloc/free_hwirq() The create_irq variants are going away. Use the new interface. The core and arch code already excludes the gsi interrupts from the allocation, so no functional change. This does not replace the requirement to move x86 to irq domains, but it limits the mess to some degree. Signed-off-by: Thomas Gleixner Reviewed-by: Grant Likely Cc: Tony Luck Cc: Peter Zijlstra Acked-by: Joerg Roedel Cc: x86@kernel.org Cc: iommu@lists.linux-foundation.org Link: http://lkml.kernel.org/r/20140507154334.741805075@linutronix.de Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed