aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/irq_remapping.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-23 03:20:33 -0400
committerH. Peter Anvin <hpa@zytor.com>2008-10-23 03:20:33 -0400
commit5e1b00758b5a8bee9d42515bffdaf305a32f1b04 (patch)
tree730c92bebd4e1918cd8ba7a76b4e50278d2e90eb /arch/x86/include/asm/irq_remapping.h
parent05e4d3169bd16229d84a2ef095e1ba2cd3873baa (diff)
x86: canonicalize remaining header guards
Canonicalize a few remaining header guards, with the exception for those which are still in subarchitecture directories. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/irq_remapping.h')
-rw-r--r--arch/x86/include/asm/irq_remapping.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/irq_remapping.h b/arch/x86/include/asm/irq_remapping.h
index 78242c6ffa58..20e1fd588dbf 100644
--- a/arch/x86/include/asm/irq_remapping.h
+++ b/arch/x86/include/asm/irq_remapping.h
@@ -1,8 +1,8 @@
1#ifndef _ASM_IRQ_REMAPPING_H 1#ifndef _ASM_X86_IRQ_REMAPPING_H
2#define _ASM_IRQ_REMAPPING_H 2#define _ASM_X86_IRQ_REMAPPING_H
3 3
4extern int x2apic; 4extern int x2apic;
5 5
6#define IRTE_DEST(dest) ((x2apic) ? dest : dest << 8) 6#define IRTE_DEST(dest) ((x2apic) ? dest : dest << 8)
7 7
8#endif 8#endif /* _ASM_X86_IRQ_REMAPPING_H */