aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/uv/uv_bau.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/uv/uv_bau.h')
-rw-r--r--include/asm-x86/uv/uv_bau.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/uv/uv_bau.h b/include/asm-x86/uv/uv_bau.h
index 91ac0dfb7588..0950239acaf6 100644
--- a/include/asm-x86/uv/uv_bau.h
+++ b/include/asm-x86/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_BAU__ 11#ifndef ASM_X86__UV__UV_BAU_H
12#define __ASM_X86_UV_BAU__ 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
@@ -334,4 +334,4 @@ extern int uv_flush_tlb_others(cpumask_t *, struct mm_struct *, unsigned long);
334extern void uv_bau_message_intr1(void); 334extern void uv_bau_message_intr1(void);
335extern void uv_bau_timeout_intr1(void); 335extern void uv_bau_timeout_intr1(void);
336 336
337#endif /* __ASM_X86_UV_BAU__ */ 337#endif /* ASM_X86__UV__UV_BAU_H */