aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uv
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/uv')
-rw-r--r--arch/x86/include/asm/uv/bios.h6
-rw-r--r--arch/x86/include/asm/uv/uv_bau.h6
-rw-r--r--arch/x86/include/asm/uv/uv_hub.h6
-rw-r--r--arch/x86/include/asm/uv/uv_irq.h6
-rw-r--r--arch/x86/include/asm/uv/uv_mmrs.h6
5 files changed, 15 insertions, 15 deletions
diff --git a/arch/x86/include/asm/uv/bios.h b/arch/x86/include/asm/uv/bios.h
index 215f1969c266..28364396cf6b 100644
--- a/arch/x86/include/asm/uv/bios.h
+++ b/arch/x86/include/asm/uv/bios.h
@@ -1,5 +1,5 @@
1#ifndef ASM_X86__UV__BIOS_H 1#ifndef _ASM_X86_UV__BIOS_H
2#define ASM_X86__UV__BIOS_H 2#define _ASM_X86_UV__BIOS_H
3 3
4/* 4/*
5 * UV BIOS layer definitions. 5 * UV BIOS layer definitions.
@@ -91,4 +91,4 @@ extern long uv_region_size;
91 91
92extern struct kobject *sgi_uv_kobj; /* /sys/firmware/sgi_uv */ 92extern struct kobject *sgi_uv_kobj; /* /sys/firmware/sgi_uv */
93 93
94#endif /* ASM_X86__UV__BIOS_H */ 94#endif /* _ASM_X86_UV__BIOS_H */
diff --git a/arch/x86/include/asm/uv/uv_bau.h b/arch/x86/include/asm/uv/uv_bau.h
index 77153fb18f5e..4d632fdd3440 100644
--- a/arch/x86/include/asm/uv/uv_bau.h
+++ b/arch/x86/include/asm/uv/uv_bau.h
@@ -8,8 +8,8 @@
8 * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved. 8 * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved.
9 */ 9 */
10 10
11#ifndef ASM_X86__UV__UV_BAU_H 11#ifndef _ASM_X86_UV__UV_BAU_H
12#define ASM_X86__UV__UV_BAU_H 12#define _ASM_X86_UV__UV_BAU_H
13 13
14#include <linux/bitmap.h> 14#include <linux/bitmap.h>
15#define BITSPERBYTE 8 15#define BITSPERBYTE 8
@@ -329,4 +329,4 @@ extern int uv_flush_tlb_others(cpumask_t *, struct mm_struct *, unsigned long);
329extern void uv_bau_message_intr1(void); 329extern void uv_bau_message_intr1(void);
330extern void uv_bau_timeout_intr1(void); 330extern void uv_bau_timeout_intr1(void);
331 331
332#endif /* ASM_X86__UV__UV_BAU_H */ 332#endif /* _ASM_X86_UV__UV_BAU_H */
diff --git a/arch/x86/include/asm/uv/uv_hub.h b/arch/x86/include/asm/uv/uv_hub.h
index bdb5b01afbf5..126fafa13d56 100644
--- a/arch/x86/include/asm/uv/uv_hub.h
+++ b/arch/x86/include/asm/uv/uv_hub.h
@@ -8,8 +8,8 @@
8 * Copyright (C) 2007-2008 Silicon Graphics, Inc. All rights reserved. 8 * Copyright (C) 2007-2008 Silicon Graphics, Inc. All rights reserved.
9 */ 9 */
10 10
11#ifndef ASM_X86__UV__UV_HUB_H 11#ifndef _ASM_X86_UV__UV_HUB_H
12#define ASM_X86__UV__UV_HUB_H 12#define _ASM_X86_UV__UV_HUB_H
13 13
14#include <linux/numa.h> 14#include <linux/numa.h>
15#include <linux/percpu.h> 15#include <linux/percpu.h>
@@ -350,5 +350,5 @@ static inline int uv_num_possible_blades(void)
350 return uv_possible_blades; 350 return uv_possible_blades;
351} 351}
352 352
353#endif /* ASM_X86__UV__UV_HUB_H */ 353#endif /* _ASM_X86_UV__UV_HUB_H */
354 354
diff --git a/arch/x86/include/asm/uv/uv_irq.h b/arch/x86/include/asm/uv/uv_irq.h
index 8bf5f32da9c6..8502826dce2f 100644
--- a/arch/x86/include/asm/uv/uv_irq.h
+++ b/arch/x86/include/asm/uv/uv_irq.h
@@ -8,8 +8,8 @@
8 * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved. 8 * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved.
9 */ 9 */
10 10
11#ifndef ASM_X86__UV__UV_IRQ_H 11#ifndef _ASM_X86_UV__UV_IRQ_H
12#define ASM_X86__UV__UV_IRQ_H 12#define _ASM_X86_UV__UV_IRQ_H
13 13
14/* If a generic version of this structure gets defined, eliminate this one. */ 14/* If a generic version of this structure gets defined, eliminate this one. */
15struct uv_IO_APIC_route_entry { 15struct uv_IO_APIC_route_entry {
@@ -33,4 +33,4 @@ extern void arch_disable_uv_irq(int, unsigned long);
33extern int uv_setup_irq(char *, int, int, unsigned long); 33extern int uv_setup_irq(char *, int, int, unsigned long);
34extern void uv_teardown_irq(unsigned int, int, unsigned long); 34extern void uv_teardown_irq(unsigned int, int, unsigned long);
35 35
36#endif /* ASM_X86__UV__UV_IRQ_H */ 36#endif /* _ASM_X86_UV__UV_IRQ_H */
diff --git a/arch/x86/include/asm/uv/uv_mmrs.h b/arch/x86/include/asm/uv/uv_mmrs.h
index 8b03d89d2459..9ce9ba57f014 100644
--- a/arch/x86/include/asm/uv/uv_mmrs.h
+++ b/arch/x86/include/asm/uv/uv_mmrs.h
@@ -8,8 +8,8 @@
8 * Copyright (C) 2007-2008 Silicon Graphics, Inc. All rights reserved. 8 * Copyright (C) 2007-2008 Silicon Graphics, Inc. All rights reserved.
9 */ 9 */
10 10
11#ifndef ASM_X86__UV__UV_MMRS_H 11#ifndef _ASM_X86_UV__UV_MMRS_H
12#define ASM_X86__UV__UV_MMRS_H 12#define _ASM_X86_UV__UV_MMRS_H
13 13
14#define UV_MMR_ENABLE (1UL << 63) 14#define UV_MMR_ENABLE (1UL << 63)
15 15
@@ -1292,4 +1292,4 @@ union uvh_si_alias2_overlay_config_u {
1292}; 1292};
1293 1293
1294 1294
1295#endif /* ASM_X86__UV__UV_MMRS_H */ 1295#endif /* _ASM_X86_UV__UV_MMRS_H */