aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/irq_remapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/irq_remapping.h')
-rw-r--r--include/asm-x86/irq_remapping.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-x86/irq_remapping.h b/include/asm-x86/irq_remapping.h
deleted file mode 100644
index 78242c6ffa5..00000000000
--- a/include/asm-x86/irq_remapping.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _ASM_IRQ_REMAPPING_H
-#define _ASM_IRQ_REMAPPING_H
-
-extern int x2apic;
-
-#define IRTE_DEST(dest) ((x2apic) ? dest : dest << 8)
-
-#endif