summaryrefslogtreecommitdiff
path: root/arch/ia64/include/asm/irq_remapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/include/asm/irq_remapping.h')
-rw-r--r--arch/ia64/include/asm/irq_remapping.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/irq_remapping.h b/arch/ia64/include/asm/irq_remapping.h
new file mode 100644
index 000000000..e3b3556e2
--- /dev/null
+++ b/arch/ia64/include/asm/irq_remapping.h
@@ -0,0 +1,6 @@
+#ifndef __IA64_INTR_REMAPPING_H
+#define __IA64_INTR_REMAPPING_H
+#define irq_remapping_enabled 0
+#define dmar_alloc_hwirq create_irq
+#define dmar_free_hwirq destroy_irq
+#endif