aboutsummaryrefslogtreecommitdiffstats
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 78242c6ffa58..000000000000
--- a/include/asm-x86/irq_remapping.h
+++ /dev/null
@@ -1,8 +0,0 @@
1#ifndef _ASM_IRQ_REMAPPING_H
2#define _ASM_IRQ_REMAPPING_H
3
4extern int x2apic;
5
6#define IRTE_DEST(dest) ((x2apic) ? dest : dest << 8)
7
8#endif