iommu: dmar: Provide arch specific irq allocation
authorThomas Gleixner <tglx@linutronix.de>
Wed, 7 May 2014 15:44:11 +0000 (15:44 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 16 May 2014 12:05:19 +0000 (14:05 +0200)
commita553b142b8effbfcbba24ebbf8c07a1a86d32ce6
tree3ee84a080f33514d8babcb29480b3d266fb449cf
parentaa5125a45568f8f666f6d2f224fe8ab261b1069e
iommu: dmar: Provide arch specific irq allocation

ia64 and x86 share this driver. x86 is moving to a different irq
allocation and ia64 keeps its private irq_create/destroy stuff.

Use macros to redirect to one or the other. Yes, macros to avoid
include hell.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Grant Likely <grant.likely@linaro.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Acked-by: Joerg Roedel <joro@8bytes.org>
Cc: x86@kernel.org
Cc: linux-ia64@vger.kernel.org
Cc: iommu@lists.linux-foundation.org
Link: http://lkml.kernel.org/r/20140507154336.372289825@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/ia64/include/asm/irq_remapping.h
arch/x86/include/asm/irq_remapping.h
drivers/iommu/dmar.c
This page took 0.026282 seconds and 5 git commands to generate.