From: Thomas Gleixner Date: Sun, 10 Oct 2010 09:39:09 +0000 (+0200) Subject: x86: Embedd irq_2_iommu into irq_cfg X-Git-Tag: v2.6.37-rc1~191^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=423f085952fd7253407cb92984cc2d495a564481;p=pandora-kernel.git x86: Embedd irq_2_iommu into irq_cfg That interrupt remapping code is x86 specific and tied to the io_apic code. No need for separate allocator functions in the interrupt remapping code. This allows to simplify the code and irq_2_iommu is small (13 bytes on 64bit) so it's not a real problem even if interrupt remapping is runtime disabled. If it's compile time disabled the impact is zero. Signed-off-by: Thomas Gleixner Reviewed-by: Ingo Molnar Acked-by: Suresh Siddha Cc: David Woodhouse Cc: Jesse Barnes --- Reading git-diff-tree failed