Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86: Fix ASM_X86__ header guards

Change header guards named "ASM_X86__*" to "_ASM_X86_*" since:

a. the double underscore is ugly and pointless.
b. no leading underscore violates namespace constraints.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>

+805 -805
+2 -2
arch/um/sys-x86_64/syscall_table.c
··· 41 41 #define stub_rt_sigreturn sys_rt_sigreturn 42 42 43 43 #define __SYSCALL(nr, sym) extern asmlinkage void sym(void) ; 44 - #undef ASM_X86__UNISTD_64_H 44 + #undef _ASM_X86_UNISTD_64_H 45 45 #include "../../x86/include/asm/unistd_64.h" 46 46 47 47 #undef __SYSCALL 48 48 #define __SYSCALL(nr, sym) [ nr ] = sym, 49 - #undef ASM_X86__UNISTD_64_H 49 + #undef _ASM_X86_UNISTD_64_H 50 50 51 51 typedef void (*sys_call_ptr_t)(void); 52 52
+1 -1
arch/x86/boot/compressed/misc.c
··· 16 16 */ 17 17 #undef CONFIG_PARAVIRT 18 18 #ifdef CONFIG_X86_32 19 - #define ASM_X86__DESC_H 1 19 + #define _ASM_X86_DESC_H 1 20 20 #endif 21 21 22 22 #ifdef CONFIG_X86_64
+3 -3
arch/x86/include/asm/a.out-core.h
··· 9 9 * 2 of the Licence, or (at your option) any later version. 10 10 */ 11 11 12 - #ifndef ASM_X86__A_OUT_CORE_H 13 - #define ASM_X86__A_OUT_CORE_H 12 + #ifndef _ASM_X86_A_OUT_CORE_H 13 + #define _ASM_X86_A_OUT_CORE_H 14 14 15 15 #ifdef __KERNEL__ 16 16 #ifdef CONFIG_X86_32 ··· 70 70 71 71 #endif /* CONFIG_X86_32 */ 72 72 #endif /* __KERNEL__ */ 73 - #endif /* ASM_X86__A_OUT_CORE_H */ 73 + #endif /* _ASM_X86_A_OUT_CORE_H */
+3 -3
arch/x86/include/asm/a.out.h
··· 1 - #ifndef ASM_X86__A_OUT_H 2 - #define ASM_X86__A_OUT_H 1 + #ifndef _ASM_X86_A_OUT_H 2 + #define _ASM_X86_A_OUT_H 3 3 4 4 struct exec 5 5 { ··· 17 17 #define N_DRSIZE(a) ((a).a_drsize) 18 18 #define N_SYMSIZE(a) ((a).a_syms) 19 19 20 - #endif /* ASM_X86__A_OUT_H */ 20 + #endif /* _ASM_X86_A_OUT_H */
+3 -3
arch/x86/include/asm/acpi.h
··· 1 - #ifndef ASM_X86__ACPI_H 2 - #define ASM_X86__ACPI_H 1 + #ifndef _ASM_X86_ACPI_H 2 + #define _ASM_X86_ACPI_H 3 3 4 4 /* 5 5 * Copyright (C) 2001 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> ··· 175 175 176 176 #define acpi_unlazy_tlb(x) leave_mm(x) 177 177 178 - #endif /* ASM_X86__ACPI_H */ 178 + #endif /* _ASM_X86_ACPI_H */
+3 -3
arch/x86/include/asm/agp.h
··· 1 - #ifndef ASM_X86__AGP_H 2 - #define ASM_X86__AGP_H 1 + #ifndef _ASM_X86_AGP_H 2 + #define _ASM_X86_AGP_H 3 3 4 4 #include <asm/pgtable.h> 5 5 #include <asm/cacheflush.h> ··· 32 32 #define free_gatt_pages(table, order) \ 33 33 free_pages((unsigned long)(table), (order)) 34 34 35 - #endif /* ASM_X86__AGP_H */ 35 + #endif /* _ASM_X86_AGP_H */
+3 -3
arch/x86/include/asm/alternative.h
··· 1 - #ifndef ASM_X86__ALTERNATIVE_H 2 - #define ASM_X86__ALTERNATIVE_H 1 + #ifndef _ASM_X86_ALTERNATIVE_H 2 + #define _ASM_X86_ALTERNATIVE_H 3 3 4 4 #include <linux/types.h> 5 5 #include <linux/stddef.h> ··· 180 180 extern void *text_poke(void *addr, const void *opcode, size_t len); 181 181 extern void *text_poke_early(void *addr, const void *opcode, size_t len); 182 182 183 - #endif /* ASM_X86__ALTERNATIVE_H */ 183 + #endif /* _ASM_X86_ALTERNATIVE_H */
+3 -3
arch/x86/include/asm/amd_iommu.h
··· 17 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 18 */ 19 19 20 - #ifndef ASM_X86__AMD_IOMMU_H 21 - #define ASM_X86__AMD_IOMMU_H 20 + #ifndef _ASM_X86_AMD_IOMMU_H 21 + #define _ASM_X86_AMD_IOMMU_H 22 22 23 23 #include <linux/irqreturn.h> 24 24 ··· 32 32 static inline void amd_iommu_detect(void) { } 33 33 #endif 34 34 35 - #endif /* ASM_X86__AMD_IOMMU_H */ 35 + #endif /* _ASM_X86_AMD_IOMMU_H */
+3 -3
arch/x86/include/asm/amd_iommu_types.h
··· 17 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 18 */ 19 19 20 - #ifndef ASM_X86__AMD_IOMMU_TYPES_H 21 - #define ASM_X86__AMD_IOMMU_TYPES_H 20 + #ifndef _ASM_X86_AMD_IOMMU_TYPES_H 21 + #define _ASM_X86_AMD_IOMMU_TYPES_H 22 22 23 23 #include <linux/types.h> 24 24 #include <linux/list.h> ··· 401 401 return (((u16)bus) << 8) | devfn; 402 402 } 403 403 404 - #endif /* ASM_X86__AMD_IOMMU_TYPES_H */ 404 + #endif /* _ASM_X86_AMD_IOMMU_TYPES_H */
+3 -3
arch/x86/include/asm/apic.h
··· 1 - #ifndef ASM_X86__APIC_H 2 - #define ASM_X86__APIC_H 1 + #ifndef _ASM_X86_APIC_H 2 + #define _ASM_X86_APIC_H 3 3 4 4 #include <linux/pm.h> 5 5 #include <linux/delay.h> ··· 196 196 197 197 #endif /* !CONFIG_X86_LOCAL_APIC */ 198 198 199 - #endif /* ASM_X86__APIC_H */ 199 + #endif /* _ASM_X86_APIC_H */
+3 -3
arch/x86/include/asm/apicdef.h
··· 1 - #ifndef ASM_X86__APICDEF_H 2 - #define ASM_X86__APICDEF_H 1 + #ifndef _ASM_X86_APICDEF_H 2 + #define _ASM_X86_APICDEF_H 3 3 4 4 /* 5 5 * Constants for various Intel APICs. (local APIC, IOAPIC, etc.) ··· 414 414 #else 415 415 #define BAD_APICID 0xFFFFu 416 416 #endif 417 - #endif /* ASM_X86__APICDEF_H */ 417 + #endif /* _ASM_X86_APICDEF_H */
+3 -3
arch/x86/include/asm/arch_hooks.h
··· 1 - #ifndef ASM_X86__ARCH_HOOKS_H 2 - #define ASM_X86__ARCH_HOOKS_H 1 + #ifndef _ASM_X86_ARCH_HOOKS_H 2 + #define _ASM_X86_ARCH_HOOKS_H 3 3 4 4 #include <linux/interrupt.h> 5 5 ··· 23 23 extern void time_init_hook(void); 24 24 extern void mca_nmi_hook(void); 25 25 26 - #endif /* ASM_X86__ARCH_HOOKS_H */ 26 + #endif /* _ASM_X86_ARCH_HOOKS_H */
+3 -3
arch/x86/include/asm/asm.h
··· 1 - #ifndef ASM_X86__ASM_H 2 - #define ASM_X86__ASM_H 1 + #ifndef _ASM_X86_ASM_H 2 + #define _ASM_X86_ASM_H 3 3 4 4 #ifdef __ASSEMBLY__ 5 5 # define __ASM_FORM(x) x ··· 44 44 _ASM_PTR #from "," #to "\n" \ 45 45 " .previous\n" 46 46 47 - #endif /* ASM_X86__ASM_H */ 47 + #endif /* _ASM_X86_ASM_H */
+3 -3
arch/x86/include/asm/atomic_32.h
··· 1 - #ifndef ASM_X86__ATOMIC_32_H 2 - #define ASM_X86__ATOMIC_32_H 1 + #ifndef _ASM_X86_ATOMIC_32_H 2 + #define _ASM_X86_ATOMIC_32_H 3 3 4 4 #include <linux/compiler.h> 5 5 #include <asm/processor.h> ··· 256 256 #define smp_mb__after_atomic_inc() barrier() 257 257 258 258 #include <asm-generic/atomic.h> 259 - #endif /* ASM_X86__ATOMIC_32_H */ 259 + #endif /* _ASM_X86_ATOMIC_32_H */
+3 -3
arch/x86/include/asm/atomic_64.h
··· 1 - #ifndef ASM_X86__ATOMIC_64_H 2 - #define ASM_X86__ATOMIC_64_H 1 + #ifndef _ASM_X86_ATOMIC_64_H 2 + #define _ASM_X86_ATOMIC_64_H 3 3 4 4 #include <asm/alternative.h> 5 5 #include <asm/cmpxchg.h> ··· 470 470 #define smp_mb__after_atomic_inc() barrier() 471 471 472 472 #include <asm-generic/atomic.h> 473 - #endif /* ASM_X86__ATOMIC_64_H */ 473 + #endif /* _ASM_X86_ATOMIC_64_H */
+3 -3
arch/x86/include/asm/auxvec.h
··· 1 - #ifndef ASM_X86__AUXVEC_H 2 - #define ASM_X86__AUXVEC_H 1 + #ifndef _ASM_X86_AUXVEC_H 2 + #define _ASM_X86_AUXVEC_H 3 3 /* 4 4 * Architecture-neutral AT_ values in 0-17, leave some room 5 5 * for more of them, start the x86-specific ones at 32. ··· 9 9 #endif 10 10 #define AT_SYSINFO_EHDR 33 11 11 12 - #endif /* ASM_X86__AUXVEC_H */ 12 + #endif /* _ASM_X86_AUXVEC_H */
+3 -3
arch/x86/include/asm/bios_ebda.h
··· 1 - #ifndef ASM_X86__BIOS_EBDA_H 2 - #define ASM_X86__BIOS_EBDA_H 1 + #ifndef _ASM_X86_BIOS_EBDA_H 2 + #define _ASM_X86_BIOS_EBDA_H 3 3 4 4 #include <asm/io.h> 5 5 ··· 33 33 } 34 34 #endif 35 35 36 - #endif /* ASM_X86__BIOS_EBDA_H */ 36 + #endif /* _ASM_X86_BIOS_EBDA_H */
+3 -3
arch/x86/include/asm/bitops.h
··· 1 - #ifndef ASM_X86__BITOPS_H 2 - #define ASM_X86__BITOPS_H 1 + #ifndef _ASM_X86_BITOPS_H 2 + #define _ASM_X86_BITOPS_H 3 3 4 4 /* 5 5 * Copyright 1992, Linus Torvalds. ··· 448 448 #include <asm-generic/bitops/minix.h> 449 449 450 450 #endif /* __KERNEL__ */ 451 - #endif /* ASM_X86__BITOPS_H */ 451 + #endif /* _ASM_X86_BITOPS_H */
+3 -3
arch/x86/include/asm/boot.h
··· 1 - #ifndef ASM_X86__BOOT_H 2 - #define ASM_X86__BOOT_H 1 + #ifndef _ASM_X86_BOOT_H 2 + #define _ASM_X86_BOOT_H 3 3 4 4 /* Don't touch these, unless you really know what you're doing. */ 5 5 #define DEF_SYSSEG 0x1000 ··· 23 23 #define BOOT_STACK_SIZE 0x1000 24 24 #endif 25 25 26 - #endif /* ASM_X86__BOOT_H */ 26 + #endif /* _ASM_X86_BOOT_H */
+3 -3
arch/x86/include/asm/bootparam.h
··· 1 - #ifndef ASM_X86__BOOTPARAM_H 2 - #define ASM_X86__BOOTPARAM_H 1 + #ifndef _ASM_X86_BOOTPARAM_H 2 + #define _ASM_X86_BOOTPARAM_H 3 3 4 4 #include <linux/types.h> 5 5 #include <linux/screen_info.h> ··· 108 108 __u8 _pad9[276]; /* 0xeec */ 109 109 } __attribute__((packed)); 110 110 111 - #endif /* ASM_X86__BOOTPARAM_H */ 111 + #endif /* _ASM_X86_BOOTPARAM_H */
+3 -3
arch/x86/include/asm/bug.h
··· 1 - #ifndef ASM_X86__BUG_H 2 - #define ASM_X86__BUG_H 1 + #ifndef _ASM_X86_BUG_H 2 + #define _ASM_X86_BUG_H 3 3 4 4 #ifdef CONFIG_BUG 5 5 #define HAVE_ARCH_BUG ··· 36 36 #endif /* !CONFIG_BUG */ 37 37 38 38 #include <asm-generic/bug.h> 39 - #endif /* ASM_X86__BUG_H */ 39 + #endif /* _ASM_X86_BUG_H */
+3 -3
arch/x86/include/asm/bugs.h
··· 1 - #ifndef ASM_X86__BUGS_H 2 - #define ASM_X86__BUGS_H 1 + #ifndef _ASM_X86_BUGS_H 2 + #define _ASM_X86_BUGS_H 3 3 4 4 extern void check_bugs(void); 5 5 ··· 9 9 static inline int ppro_with_ram_bug(void) { return 0; } 10 10 #endif 11 11 12 - #endif /* ASM_X86__BUGS_H */ 12 + #endif /* _ASM_X86_BUGS_H */
+3 -3
arch/x86/include/asm/byteorder.h
··· 1 - #ifndef ASM_X86__BYTEORDER_H 2 - #define ASM_X86__BYTEORDER_H 1 + #ifndef _ASM_X86_BYTEORDER_H 2 + #define _ASM_X86_BYTEORDER_H 3 3 4 4 #include <asm/types.h> 5 5 #include <linux/compiler.h> ··· 78 78 79 79 #include <linux/byteorder/little_endian.h> 80 80 81 - #endif /* ASM_X86__BYTEORDER_H */ 81 + #endif /* _ASM_X86_BYTEORDER_H */
+3 -3
arch/x86/include/asm/cache.h
··· 1 - #ifndef ASM_X86__CACHE_H 2 - #define ASM_X86__CACHE_H 1 + #ifndef _ASM_X86_CACHE_H 2 + #define _ASM_X86_CACHE_H 3 3 4 4 /* L1 cache line size */ 5 5 #define L1_CACHE_SHIFT (CONFIG_X86_L1_CACHE_SHIFT) ··· 17 17 #endif 18 18 #endif 19 19 20 - #endif /* ASM_X86__CACHE_H */ 20 + #endif /* _ASM_X86_CACHE_H */
+3 -3
arch/x86/include/asm/cacheflush.h
··· 1 - #ifndef ASM_X86__CACHEFLUSH_H 2 - #define ASM_X86__CACHEFLUSH_H 1 + #ifndef _ASM_X86_CACHEFLUSH_H 2 + #define _ASM_X86_CACHEFLUSH_H 3 3 4 4 /* Keep includes the same across arches. */ 5 5 #include <linux/mm.h> ··· 115 115 } 116 116 #endif 117 117 118 - #endif /* ASM_X86__CACHEFLUSH_H */ 118 + #endif /* _ASM_X86_CACHEFLUSH_H */
+3 -3
arch/x86/include/asm/calgary.h
··· 21 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 22 */ 23 23 24 - #ifndef ASM_X86__CALGARY_H 25 - #define ASM_X86__CALGARY_H 24 + #ifndef _ASM_X86_CALGARY_H 25 + #define _ASM_X86_CALGARY_H 26 26 27 27 #include <linux/spinlock.h> 28 28 #include <linux/device.h> ··· 69 69 static inline void detect_calgary(void) { return; } 70 70 #endif 71 71 72 - #endif /* ASM_X86__CALGARY_H */ 72 + #endif /* _ASM_X86_CALGARY_H */
+3 -3
arch/x86/include/asm/checksum_32.h
··· 1 - #ifndef ASM_X86__CHECKSUM_32_H 2 - #define ASM_X86__CHECKSUM_32_H 1 + #ifndef _ASM_X86_CHECKSUM_32_H 2 + #define _ASM_X86_CHECKSUM_32_H 3 3 4 4 #include <linux/in6.h> 5 5 ··· 186 186 return (__force __wsum)-1; /* invalid checksum */ 187 187 } 188 188 189 - #endif /* ASM_X86__CHECKSUM_32_H */ 189 + #endif /* _ASM_X86_CHECKSUM_32_H */
+3 -3
arch/x86/include/asm/checksum_64.h
··· 1 - #ifndef ASM_X86__CHECKSUM_64_H 2 - #define ASM_X86__CHECKSUM_64_H 1 + #ifndef _ASM_X86_CHECKSUM_64_H 2 + #define _ASM_X86_CHECKSUM_64_H 3 3 4 4 /* 5 5 * Checksums for x86-64 ··· 188 188 return a; 189 189 } 190 190 191 - #endif /* ASM_X86__CHECKSUM_64_H */ 191 + #endif /* _ASM_X86_CHECKSUM_64_H */
+3 -3
arch/x86/include/asm/cmpxchg_32.h
··· 1 - #ifndef ASM_X86__CMPXCHG_32_H 2 - #define ASM_X86__CMPXCHG_32_H 1 + #ifndef _ASM_X86_CMPXCHG_32_H 2 + #define _ASM_X86_CMPXCHG_32_H 3 3 4 4 #include <linux/bitops.h> /* for LOCK_PREFIX */ 5 5 ··· 341 341 342 342 #endif 343 343 344 - #endif /* ASM_X86__CMPXCHG_32_H */ 344 + #endif /* _ASM_X86_CMPXCHG_32_H */
+3 -3
arch/x86/include/asm/cmpxchg_64.h
··· 1 - #ifndef ASM_X86__CMPXCHG_64_H 2 - #define ASM_X86__CMPXCHG_64_H 1 + #ifndef _ASM_X86_CMPXCHG_64_H 2 + #define _ASM_X86_CMPXCHG_64_H 3 3 4 4 #include <asm/alternative.h> /* Provides LOCK_PREFIX */ 5 5 ··· 182 182 cmpxchg_local((ptr), (o), (n)); \ 183 183 }) 184 184 185 - #endif /* ASM_X86__CMPXCHG_64_H */ 185 + #endif /* _ASM_X86_CMPXCHG_64_H */
+3 -3
arch/x86/include/asm/compat.h
··· 1 - #ifndef ASM_X86__COMPAT_H 2 - #define ASM_X86__COMPAT_H 1 + #ifndef _ASM_X86_COMPAT_H 2 + #define _ASM_X86_COMPAT_H 3 3 4 4 /* 5 5 * Architecture specific compatibility types ··· 215 215 return current_thread_info()->status & TS_COMPAT; 216 216 } 217 217 218 - #endif /* ASM_X86__COMPAT_H */ 218 + #endif /* _ASM_X86_COMPAT_H */
+3 -3
arch/x86/include/asm/cpu.h
··· 1 - #ifndef ASM_X86__CPU_H 2 - #define ASM_X86__CPU_H 1 + #ifndef _ASM_X86_CPU_H 2 + #define _ASM_X86_CPU_H 3 3 4 4 #include <linux/device.h> 5 5 #include <linux/cpu.h> ··· 17 17 #endif 18 18 19 19 DECLARE_PER_CPU(int, cpu_state); 20 - #endif /* ASM_X86__CPU_H */ 20 + #endif /* _ASM_X86_CPU_H */
+3 -3
arch/x86/include/asm/cpufeature.h
··· 1 1 /* 2 2 * Defines x86 CPU feature bits 3 3 */ 4 - #ifndef ASM_X86__CPUFEATURE_H 5 - #define ASM_X86__CPUFEATURE_H 4 + #ifndef _ASM_X86_CPUFEATURE_H 5 + #define _ASM_X86_CPUFEATURE_H 6 6 7 7 #include <asm/required-features.h> 8 8 ··· 268 268 269 269 #endif /* defined(__KERNEL__) && !defined(__ASSEMBLY__) */ 270 270 271 - #endif /* ASM_X86__CPUFEATURE_H */ 271 + #endif /* _ASM_X86_CPUFEATURE_H */
+3 -3
arch/x86/include/asm/current.h
··· 1 - #ifndef ASM_X86__CURRENT_H 2 - #define ASM_X86__CURRENT_H 1 + #ifndef _ASM_X86_CURRENT_H 2 + #define _ASM_X86_CURRENT_H 3 3 4 4 #ifdef CONFIG_X86_32 5 5 #include <linux/compiler.h> ··· 36 36 37 37 #define current get_current() 38 38 39 - #endif /* ASM_X86__CURRENT_H */ 39 + #endif /* _ASM_X86_CURRENT_H */
+3 -3
arch/x86/include/asm/debugreg.h
··· 1 - #ifndef ASM_X86__DEBUGREG_H 2 - #define ASM_X86__DEBUGREG_H 1 + #ifndef _ASM_X86_DEBUGREG_H 2 + #define _ASM_X86_DEBUGREG_H 3 3 4 4 5 5 /* Indicate the register numbers for a number of the specific ··· 67 67 #define DR_LOCAL_SLOWDOWN (0x100) /* Local slow the pipeline */ 68 68 #define DR_GLOBAL_SLOWDOWN (0x200) /* Global slow the pipeline */ 69 69 70 - #endif /* ASM_X86__DEBUGREG_H */ 70 + #endif /* _ASM_X86_DEBUGREG_H */
+3 -3
arch/x86/include/asm/delay.h
··· 1 - #ifndef ASM_X86__DELAY_H 2 - #define ASM_X86__DELAY_H 1 + #ifndef _ASM_X86_DELAY_H 2 + #define _ASM_X86_DELAY_H 3 3 4 4 /* 5 5 * Copyright (C) 1993 Linus Torvalds ··· 28 28 29 29 void use_tsc_delay(void); 30 30 31 - #endif /* ASM_X86__DELAY_H */ 31 + #endif /* _ASM_X86_DELAY_H */
+3 -3
arch/x86/include/asm/desc.h
··· 1 - #ifndef ASM_X86__DESC_H 2 - #define ASM_X86__DESC_H 1 + #ifndef _ASM_X86_DESC_H 2 + #define _ASM_X86_DESC_H 3 3 4 4 #ifndef __ASSEMBLY__ 5 5 #include <asm/desc_defs.h> ··· 406 406 407 407 #endif /* __ASSEMBLY__ */ 408 408 409 - #endif /* ASM_X86__DESC_H */ 409 + #endif /* _ASM_X86_DESC_H */
+3 -3
arch/x86/include/asm/desc_defs.h
··· 1 1 /* Written 2000 by Andi Kleen */ 2 - #ifndef ASM_X86__DESC_DEFS_H 3 - #define ASM_X86__DESC_DEFS_H 2 + #ifndef _ASM_X86_DESC_DEFS_H 3 + #define _ASM_X86_DESC_DEFS_H 4 4 5 5 /* 6 6 * Segment descriptor structure definitions, usable from both x86_64 and i386 ··· 92 92 93 93 #endif /* !__ASSEMBLY__ */ 94 94 95 - #endif /* ASM_X86__DESC_DEFS_H */ 95 + #endif /* _ASM_X86_DESC_DEFS_H */
+3 -3
arch/x86/include/asm/device.h
··· 1 - #ifndef ASM_X86__DEVICE_H 2 - #define ASM_X86__DEVICE_H 1 + #ifndef _ASM_X86_DEVICE_H 2 + #define _ASM_X86_DEVICE_H 3 3 4 4 struct dev_archdata { 5 5 #ifdef CONFIG_ACPI ··· 13 13 #endif 14 14 }; 15 15 16 - #endif /* ASM_X86__DEVICE_H */ 16 + #endif /* _ASM_X86_DEVICE_H */
+3 -3
arch/x86/include/asm/div64.h
··· 1 - #ifndef ASM_X86__DIV64_H 2 - #define ASM_X86__DIV64_H 1 + #ifndef _ASM_X86_DIV64_H 2 + #define _ASM_X86_DIV64_H 3 3 4 4 #ifdef CONFIG_X86_32 5 5 ··· 57 57 # include <asm-generic/div64.h> 58 58 #endif /* CONFIG_X86_32 */ 59 59 60 - #endif /* ASM_X86__DIV64_H */ 60 + #endif /* _ASM_X86_DIV64_H */
+3 -3
arch/x86/include/asm/dma-mapping.h
··· 1 - #ifndef ASM_X86__DMA_MAPPING_H 2 - #define ASM_X86__DMA_MAPPING_H 1 + #ifndef _ASM_X86_DMA_MAPPING_H 2 + #define _ASM_X86_DMA_MAPPING_H 3 3 4 4 /* 5 5 * IOMMU interface. See Documentation/DMA-mapping.txt and DMA-API.txt for ··· 65 65 return dma_ops; 66 66 else 67 67 return dev->archdata.dma_ops; 68 - #endif /* ASM_X86__DMA_MAPPING_H */ 68 + #endif /* _ASM_X86_DMA_MAPPING_H */ 69 69 } 70 70 71 71 /* Make sure we keep the same behaviour */
+3 -3
arch/x86/include/asm/dma.h
··· 5 5 * and John Boyd, Nov. 1992. 6 6 */ 7 7 8 - #ifndef ASM_X86__DMA_H 9 - #define ASM_X86__DMA_H 8 + #ifndef _ASM_X86_DMA_H 9 + #define _ASM_X86_DMA_H 10 10 11 11 #include <linux/spinlock.h> /* And spinlocks */ 12 12 #include <asm/io.h> /* need byte IO */ ··· 315 315 #define isa_dma_bridge_buggy (0) 316 316 #endif 317 317 318 - #endif /* ASM_X86__DMA_H */ 318 + #endif /* _ASM_X86_DMA_H */
+3 -3
arch/x86/include/asm/dmi.h
··· 1 - #ifndef ASM_X86__DMI_H 2 - #define ASM_X86__DMI_H 1 + #ifndef _ASM_X86_DMI_H 2 + #define _ASM_X86_DMI_H 3 3 4 4 #include <asm/io.h> 5 5 ··· 23 23 #define dmi_ioremap early_ioremap 24 24 #define dmi_iounmap early_iounmap 25 25 26 - #endif /* ASM_X86__DMI_H */ 26 + #endif /* _ASM_X86_DMI_H */
+3 -3
arch/x86/include/asm/ds.h
··· 20 20 * Markus Metzger <markus.t.metzger@intel.com>, 2007-2008 21 21 */ 22 22 23 - #ifndef ASM_X86__DS_H 24 - #define ASM_X86__DS_H 23 + #ifndef _ASM_X86_DS_H 24 + #define _ASM_X86_DS_H 25 25 26 26 #ifdef CONFIG_X86_DS 27 27 ··· 235 235 #define ds_init_intel(config) do {} while (0) 236 236 237 237 #endif /* CONFIG_X86_DS */ 238 - #endif /* ASM_X86__DS_H */ 238 + #endif /* _ASM_X86_DS_H */
+3 -3
arch/x86/include/asm/dwarf2.h
··· 1 - #ifndef ASM_X86__DWARF2_H 2 - #define ASM_X86__DWARF2_H 1 + #ifndef _ASM_X86_DWARF2_H 2 + #define _ASM_X86_DWARF2_H 3 3 4 4 #ifndef __ASSEMBLY__ 5 5 #warning "asm/dwarf2.h should be only included in pure assembly files" ··· 58 58 59 59 #endif 60 60 61 - #endif /* ASM_X86__DWARF2_H */ 61 + #endif /* _ASM_X86_DWARF2_H */
+3 -3
arch/x86/include/asm/e820.h
··· 1 - #ifndef ASM_X86__E820_H 2 - #define ASM_X86__E820_H 1 + #ifndef _ASM_X86_E820_H 2 + #define _ASM_X86_E820_H 3 3 #define E820MAP 0x2d0 /* our map */ 4 4 #define E820MAX 128 /* number of entries in E820MAP */ 5 5 ··· 143 143 #define HIGH_MEMORY (1024*1024) 144 144 #endif /* __KERNEL__ */ 145 145 146 - #endif /* ASM_X86__E820_H */ 146 + #endif /* _ASM_X86_E820_H */
+3 -3
arch/x86/include/asm/edac.h
··· 1 - #ifndef ASM_X86__EDAC_H 2 - #define ASM_X86__EDAC_H 1 + #ifndef _ASM_X86_EDAC_H 2 + #define _ASM_X86_EDAC_H 3 3 4 4 /* ECC atomic, DMA, SMP and interrupt safe scrub function */ 5 5 ··· 15 15 asm volatile("lock; addl $0, %0"::"m" (*virt_addr)); 16 16 } 17 17 18 - #endif /* ASM_X86__EDAC_H */ 18 + #endif /* _ASM_X86_EDAC_H */
+3 -3
arch/x86/include/asm/efi.h
··· 1 - #ifndef ASM_X86__EFI_H 2 - #define ASM_X86__EFI_H 1 + #ifndef _ASM_X86_EFI_H 2 + #define _ASM_X86_EFI_H 3 3 4 4 #ifdef CONFIG_X86_32 5 5 ··· 107 107 #define efi_call6(_f, _a1, _a2, _a3, _a4, _a5, _a6) (-ENOSYS) 108 108 #endif /* CONFIG_EFI */ 109 109 110 - #endif /* ASM_X86__EFI_H */ 110 + #endif /* _ASM_X86_EFI_H */
+3 -3
arch/x86/include/asm/elf.h
··· 1 - #ifndef ASM_X86__ELF_H 2 - #define ASM_X86__ELF_H 1 + #ifndef _ASM_X86_ELF_H 2 + #define _ASM_X86_ELF_H 3 3 4 4 /* 5 5 * ELF register definitions.. ··· 333 333 extern unsigned long arch_randomize_brk(struct mm_struct *mm); 334 334 #define arch_randomize_brk arch_randomize_brk 335 335 336 - #endif /* ASM_X86__ELF_H */ 336 + #endif /* _ASM_X86_ELF_H */
+3 -3
arch/x86/include/asm/emergency-restart.h
··· 1 - #ifndef ASM_X86__EMERGENCY_RESTART_H 2 - #define ASM_X86__EMERGENCY_RESTART_H 1 + #ifndef _ASM_X86_EMERGENCY_RESTART_H 2 + #define _ASM_X86_EMERGENCY_RESTART_H 3 3 4 4 enum reboot_type { 5 5 BOOT_TRIPLE = 't', ··· 15 15 16 16 extern void machine_emergency_restart(void); 17 17 18 - #endif /* ASM_X86__EMERGENCY_RESTART_H */ 18 + #endif /* _ASM_X86_EMERGENCY_RESTART_H */
+3 -3
arch/x86/include/asm/fb.h
··· 1 - #ifndef ASM_X86__FB_H 2 - #define ASM_X86__FB_H 1 + #ifndef _ASM_X86_FB_H 2 + #define _ASM_X86_FB_H 3 3 4 4 #include <linux/fb.h> 5 5 #include <linux/fs.h> ··· 18 18 static inline int fb_is_primary_device(struct fb_info *info) { return 0; } 19 19 #endif 20 20 21 - #endif /* ASM_X86__FB_H */ 21 + #endif /* _ASM_X86_FB_H */
+3 -3
arch/x86/include/asm/fixmap.h
··· 1 - #ifndef ASM_X86__FIXMAP_H 2 - #define ASM_X86__FIXMAP_H 1 + #ifndef _ASM_X86_FIXMAP_H 2 + #define _ASM_X86_FIXMAP_H 3 3 4 4 #ifdef CONFIG_X86_32 5 5 # include "fixmap_32.h" ··· 65 65 BUG_ON(vaddr >= FIXADDR_TOP || vaddr < FIXADDR_START); 66 66 return __virt_to_fix(vaddr); 67 67 } 68 - #endif /* ASM_X86__FIXMAP_H */ 68 + #endif /* _ASM_X86_FIXMAP_H */
+3 -3
arch/x86/include/asm/fixmap_32.h
··· 10 10 * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 11 11 */ 12 12 13 - #ifndef ASM_X86__FIXMAP_32_H 14 - #define ASM_X86__FIXMAP_32_H 13 + #ifndef _ASM_X86_FIXMAP_32_H 14 + #define _ASM_X86_FIXMAP_32_H 15 15 16 16 17 17 /* used by vmalloc.c, vsyscall.lds.S. ··· 120 120 #define FIXADDR_BOOT_START (FIXADDR_TOP - __FIXADDR_BOOT_SIZE) 121 121 122 122 #endif /* !__ASSEMBLY__ */ 123 - #endif /* ASM_X86__FIXMAP_32_H */ 123 + #endif /* _ASM_X86_FIXMAP_32_H */
+3 -3
arch/x86/include/asm/fixmap_64.h
··· 8 8 * Copyright (C) 1998 Ingo Molnar 9 9 */ 10 10 11 - #ifndef ASM_X86__FIXMAP_64_H 12 - #define ASM_X86__FIXMAP_64_H 11 + #ifndef _ASM_X86_FIXMAP_64_H 12 + #define _ASM_X86_FIXMAP_64_H 13 13 14 14 #include <linux/kernel.h> 15 15 #include <asm/acpi.h> ··· 80 80 #define FIXADDR_USER_START ((unsigned long)VSYSCALL32_VSYSCALL) 81 81 #define FIXADDR_USER_END (FIXADDR_USER_START + PAGE_SIZE) 82 82 83 - #endif /* ASM_X86__FIXMAP_64_H */ 83 + #endif /* _ASM_X86_FIXMAP_64_H */
+3 -3
arch/x86/include/asm/floppy.h
··· 7 7 * 8 8 * Copyright (C) 1995 9 9 */ 10 - #ifndef ASM_X86__FLOPPY_H 11 - #define ASM_X86__FLOPPY_H 10 + #ifndef _ASM_X86_FLOPPY_H 11 + #define _ASM_X86_FLOPPY_H 12 12 13 13 #include <linux/vmalloc.h> 14 14 ··· 278 278 279 279 #define EXTRA_FLOPPY_PARAMS 280 280 281 - #endif /* ASM_X86__FLOPPY_H */ 281 + #endif /* _ASM_X86_FLOPPY_H */
+3 -3
arch/x86/include/asm/ftrace.h
··· 1 - #ifndef ASM_X86__FTRACE_H 2 - #define ASM_X86__FTRACE_H 1 + #ifndef _ASM_X86_FTRACE_H 2 + #define _ASM_X86_FTRACE_H 3 3 4 4 #ifdef CONFIG_FTRACE 5 5 #define MCOUNT_ADDR ((long)(mcount)) ··· 21 21 22 22 #endif /* CONFIG_FTRACE */ 23 23 24 - #endif /* ASM_X86__FTRACE_H */ 24 + #endif /* _ASM_X86_FTRACE_H */
+3 -3
arch/x86/include/asm/futex.h
··· 1 - #ifndef ASM_X86__FUTEX_H 2 - #define ASM_X86__FUTEX_H 1 + #ifndef _ASM_X86_FUTEX_H 2 + #define _ASM_X86_FUTEX_H 3 3 4 4 #ifdef __KERNEL__ 5 5 ··· 137 137 } 138 138 139 139 #endif 140 - #endif /* ASM_X86__FUTEX_H */ 140 + #endif /* _ASM_X86_FUTEX_H */
+3 -3
arch/x86/include/asm/gart.h
··· 1 - #ifndef ASM_X86__GART_H 2 - #define ASM_X86__GART_H 1 + #ifndef _ASM_X86_GART_H 2 + #define _ASM_X86_GART_H 3 3 4 4 #include <asm/e820.h> 5 5 ··· 70 70 return 1; 71 71 } 72 72 73 - #endif /* ASM_X86__GART_H */ 73 + #endif /* _ASM_X86_GART_H */
+3 -3
arch/x86/include/asm/genapic_32.h
··· 1 - #ifndef ASM_X86__GENAPIC_32_H 2 - #define ASM_X86__GENAPIC_32_H 1 + #ifndef _ASM_X86_GENAPIC_32_H 2 + #define _ASM_X86_GENAPIC_32_H 3 3 4 4 #include <asm/mpspec.h> 5 5 ··· 123 123 #define uv_system_init() do {} while (0) 124 124 125 125 126 - #endif /* ASM_X86__GENAPIC_32_H */ 126 + #endif /* _ASM_X86_GENAPIC_32_H */
+3 -3
arch/x86/include/asm/genapic_64.h
··· 1 - #ifndef ASM_X86__GENAPIC_64_H 2 - #define ASM_X86__GENAPIC_64_H 1 + #ifndef _ASM_X86_GENAPIC_64_H 2 + #define _ASM_X86_GENAPIC_64_H 3 3 4 4 /* 5 5 * Copyright 2004 James Cleverdon, IBM. ··· 55 55 56 56 extern void setup_apic_routing(void); 57 57 58 - #endif /* ASM_X86__GENAPIC_64_H */ 58 + #endif /* _ASM_X86_GENAPIC_64_H */
+3 -3
arch/x86/include/asm/geode.h
··· 7 7 * as published by the Free Software Foundation. 8 8 */ 9 9 10 - #ifndef ASM_X86__GEODE_H 11 - #define ASM_X86__GEODE_H 10 + #ifndef _ASM_X86_GEODE_H 11 + #define _ASM_X86_GEODE_H 12 12 13 13 #include <asm/processor.h> 14 14 #include <linux/io.h> ··· 250 250 static inline int mfgpt_timer_setup(void) { return 0; } 251 251 #endif 252 252 253 - #endif /* ASM_X86__GEODE_H */ 253 + #endif /* _ASM_X86_GEODE_H */
+1 -1
arch/x86/include/asm/gpio.h
··· 53 53 54 54 #endif /* CONFIG_GPIOLIB */ 55 55 56 - #endif /* ASM_X86__GPIO_H */ 56 + #endif /* _ASM_X86_GPIO_H */
+3 -3
arch/x86/include/asm/hardirq_32.h
··· 1 - #ifndef ASM_X86__HARDIRQ_32_H 2 - #define ASM_X86__HARDIRQ_32_H 1 + #ifndef _ASM_X86_HARDIRQ_32_H 2 + #define _ASM_X86_HARDIRQ_32_H 3 3 4 4 #include <linux/threads.h> 5 5 #include <linux/irq.h> ··· 25 25 void ack_bad_irq(unsigned int irq); 26 26 #include <linux/irq_cpustat.h> 27 27 28 - #endif /* ASM_X86__HARDIRQ_32_H */ 28 + #endif /* _ASM_X86_HARDIRQ_32_H */
+3 -3
arch/x86/include/asm/hardirq_64.h
··· 1 - #ifndef ASM_X86__HARDIRQ_64_H 2 - #define ASM_X86__HARDIRQ_64_H 1 + #ifndef _ASM_X86_HARDIRQ_64_H 2 + #define _ASM_X86_HARDIRQ_64_H 3 3 4 4 #include <linux/threads.h> 5 5 #include <linux/irq.h> ··· 20 20 21 21 extern void ack_bad_irq(unsigned int irq); 22 22 23 - #endif /* ASM_X86__HARDIRQ_64_H */ 23 + #endif /* _ASM_X86_HARDIRQ_64_H */
+3 -3
arch/x86/include/asm/highmem.h
··· 15 15 * Copyright (C) 1999 Ingo Molnar <mingo@redhat.com> 16 16 */ 17 17 18 - #ifndef ASM_X86__HIGHMEM_H 19 - #define ASM_X86__HIGHMEM_H 18 + #ifndef _ASM_X86_HIGHMEM_H 19 + #define _ASM_X86_HIGHMEM_H 20 20 21 21 #ifdef __KERNEL__ 22 22 ··· 79 79 80 80 #endif /* __KERNEL__ */ 81 81 82 - #endif /* ASM_X86__HIGHMEM_H */ 82 + #endif /* _ASM_X86_HIGHMEM_H */
+3 -3
arch/x86/include/asm/hpet.h
··· 1 - #ifndef ASM_X86__HPET_H 2 - #define ASM_X86__HPET_H 1 + #ifndef _ASM_X86_HPET_H 2 + #define _ASM_X86_HPET_H 3 3 4 4 #include <linux/msi.h> 5 5 ··· 111 111 #define hpet_readl(a) 0 112 112 113 113 #endif 114 - #endif /* ASM_X86__HPET_H */ 114 + #endif /* _ASM_X86_HPET_H */
+3 -3
arch/x86/include/asm/hugetlb.h
··· 1 - #ifndef ASM_X86__HUGETLB_H 2 - #define ASM_X86__HUGETLB_H 1 + #ifndef _ASM_X86_HUGETLB_H 2 + #define _ASM_X86_HUGETLB_H 3 3 4 4 #include <asm/page.h> 5 5 ··· 90 90 { 91 91 } 92 92 93 - #endif /* ASM_X86__HUGETLB_H */ 93 + #endif /* _ASM_X86_HUGETLB_H */
+3 -3
arch/x86/include/asm/hw_irq.h
··· 1 - #ifndef ASM_X86__HW_IRQ_H 2 - #define ASM_X86__HW_IRQ_H 1 + #ifndef _ASM_X86_HW_IRQ_H 2 + #define _ASM_X86_HW_IRQ_H 3 3 4 4 /* 5 5 * (C) 1992, 1993 Linus Torvalds, (C) 1997 Ingo Molnar ··· 128 128 129 129 #endif /* !ASSEMBLY_ */ 130 130 131 - #endif /* ASM_X86__HW_IRQ_H */ 131 + #endif /* _ASM_X86_HW_IRQ_H */
+3 -3
arch/x86/include/asm/hypertransport.h
··· 1 - #ifndef ASM_X86__HYPERTRANSPORT_H 2 - #define ASM_X86__HYPERTRANSPORT_H 1 + #ifndef _ASM_X86_HYPERTRANSPORT_H 2 + #define _ASM_X86_HYPERTRANSPORT_H 3 3 4 4 /* 5 5 * Constants for x86 Hypertransport Interrupts. ··· 42 42 #define HT_IRQ_HIGH_DEST_ID(v) \ 43 43 ((((v) >> 8) << HT_IRQ_HIGH_DEST_ID_SHIFT) & HT_IRQ_HIGH_DEST_ID_MASK) 44 44 45 - #endif /* ASM_X86__HYPERTRANSPORT_H */ 45 + #endif /* _ASM_X86_HYPERTRANSPORT_H */
+3 -3
arch/x86/include/asm/i387.h
··· 7 7 * x86-64 work by Andi Kleen 2002 8 8 */ 9 9 10 - #ifndef ASM_X86__I387_H 11 - #define ASM_X86__I387_H 10 + #ifndef _ASM_X86_I387_H 11 + #define _ASM_X86_I387_H 12 12 13 13 #include <linux/sched.h> 14 14 #include <linux/kernel_stat.h> ··· 397 397 } 398 398 } 399 399 400 - #endif /* ASM_X86__I387_H */ 400 + #endif /* _ASM_X86_I387_H */
+3 -3
arch/x86/include/asm/i8253.h
··· 1 - #ifndef ASM_X86__I8253_H 2 - #define ASM_X86__I8253_H 1 + #ifndef _ASM_X86_I8253_H 2 + #define _ASM_X86_I8253_H 3 3 4 4 /* i8253A PIT registers */ 5 5 #define PIT_MODE 0x43 ··· 15 15 #define inb_pit inb_p 16 16 #define outb_pit outb_p 17 17 18 - #endif /* ASM_X86__I8253_H */ 18 + #endif /* _ASM_X86_I8253_H */
+3 -3
arch/x86/include/asm/i8259.h
··· 1 - #ifndef ASM_X86__I8259_H 2 - #define ASM_X86__I8259_H 1 + #ifndef _ASM_X86_I8259_H 2 + #define _ASM_X86_I8259_H 3 3 4 4 #include <linux/delay.h> 5 5 ··· 60 60 extern void mask_8259A(void); 61 61 extern void unmask_8259A(void); 62 62 63 - #endif /* ASM_X86__I8259_H */ 63 + #endif /* _ASM_X86_I8259_H */
+3 -3
arch/x86/include/asm/ia32.h
··· 1 - #ifndef ASM_X86__IA32_H 2 - #define ASM_X86__IA32_H 1 + #ifndef _ASM_X86_IA32_H 2 + #define _ASM_X86_IA32_H 3 3 4 4 5 5 #ifdef CONFIG_IA32_EMULATION ··· 167 167 168 168 #endif /* !CONFIG_IA32_SUPPORT */ 169 169 170 - #endif /* ASM_X86__IA32_H */ 170 + #endif /* _ASM_X86_IA32_H */
+3 -3
arch/x86/include/asm/ia32_unistd.h
··· 1 - #ifndef ASM_X86__IA32_UNISTD_H 2 - #define ASM_X86__IA32_UNISTD_H 1 + #ifndef _ASM_X86_IA32_UNISTD_H 2 + #define _ASM_X86_IA32_UNISTD_H 3 3 4 4 /* 5 5 * This file contains the system call numbers of the ia32 port, ··· 15 15 #define __NR_ia32_sigreturn 119 16 16 #define __NR_ia32_rt_sigreturn 173 17 17 18 - #endif /* ASM_X86__IA32_UNISTD_H */ 18 + #endif /* _ASM_X86_IA32_UNISTD_H */
+3 -3
arch/x86/include/asm/idle.h
··· 1 - #ifndef ASM_X86__IDLE_H 2 - #define ASM_X86__IDLE_H 1 + #ifndef _ASM_X86_IDLE_H 2 + #define _ASM_X86_IDLE_H 3 3 4 4 #define IDLE_START 1 5 5 #define IDLE_END 2 ··· 12 12 13 13 void c1e_remove_cpu(int cpu); 14 14 15 - #endif /* ASM_X86__IDLE_H */ 15 + #endif /* _ASM_X86_IDLE_H */
+3 -3
arch/x86/include/asm/intel_arch_perfmon.h
··· 1 - #ifndef ASM_X86__INTEL_ARCH_PERFMON_H 2 - #define ASM_X86__INTEL_ARCH_PERFMON_H 1 + #ifndef _ASM_X86_INTEL_ARCH_PERFMON_H 2 + #define _ASM_X86_INTEL_ARCH_PERFMON_H 3 3 4 4 #define MSR_ARCH_PERFMON_PERFCTR0 0xc1 5 5 #define MSR_ARCH_PERFMON_PERFCTR1 0xc2 ··· 28 28 unsigned int full; 29 29 }; 30 30 31 - #endif /* ASM_X86__INTEL_ARCH_PERFMON_H */ 31 + #endif /* _ASM_X86_INTEL_ARCH_PERFMON_H */
+3 -3
arch/x86/include/asm/io.h
··· 1 - #ifndef ASM_X86__IO_H 2 - #define ASM_X86__IO_H 1 + #ifndef _ASM_X86_IO_H 2 + #define _ASM_X86_IO_H 3 3 4 4 #define ARCH_HAS_IOREMAP_WC 5 5 ··· 88 88 extern void __iomem *fix_ioremap(unsigned idx, unsigned long phys); 89 89 90 90 91 - #endif /* ASM_X86__IO_H */ 91 + #endif /* _ASM_X86_IO_H */
+3 -3
arch/x86/include/asm/io_32.h
··· 1 - #ifndef ASM_X86__IO_32_H 2 - #define ASM_X86__IO_32_H 1 + #ifndef _ASM_X86_IO_32_H 2 + #define _ASM_X86_IO_32_H 3 3 4 4 #include <linux/string.h> 5 5 #include <linux/compiler.h> ··· 281 281 BUILDIO(w, w, short) 282 282 BUILDIO(l, , int) 283 283 284 - #endif /* ASM_X86__IO_32_H */ 284 + #endif /* _ASM_X86_IO_32_H */
+3 -3
arch/x86/include/asm/io_64.h
··· 1 - #ifndef ASM_X86__IO_64_H 2 - #define ASM_X86__IO_64_H 1 + #ifndef _ASM_X86_IO_64_H 2 + #define _ASM_X86_IO_64_H 3 3 4 4 5 5 /* ··· 241 241 242 242 #endif /* __KERNEL__ */ 243 243 244 - #endif /* ASM_X86__IO_64_H */ 244 + #endif /* _ASM_X86_IO_64_H */
+3 -3
arch/x86/include/asm/io_apic.h
··· 1 - #ifndef ASM_X86__IO_APIC_H 2 - #define ASM_X86__IO_APIC_H 1 + #ifndef _ASM_X86_IO_APIC_H 2 + #define _ASM_X86_IO_APIC_H 3 3 4 4 #include <linux/types.h> 5 5 #include <asm/mpspec.h> ··· 201 201 } 202 202 #endif 203 203 204 - #endif /* ASM_X86__IO_APIC_H */ 204 + #endif /* _ASM_X86_IO_APIC_H */
+3 -3
arch/x86/include/asm/ioctls.h
··· 1 - #ifndef ASM_X86__IOCTLS_H 2 - #define ASM_X86__IOCTLS_H 1 + #ifndef _ASM_X86_IOCTLS_H 2 + #define _ASM_X86_IOCTLS_H 3 3 4 4 #include <asm/ioctl.h> 5 5 ··· 91 91 92 92 #define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ 93 93 94 - #endif /* ASM_X86__IOCTLS_H */ 94 + #endif /* _ASM_X86_IOCTLS_H */
+3 -3
arch/x86/include/asm/iommu.h
··· 1 - #ifndef ASM_X86__IOMMU_H 2 - #define ASM_X86__IOMMU_H 1 + #ifndef _ASM_X86_IOMMU_H 2 + #define _ASM_X86_IOMMU_H 3 3 4 4 extern void pci_iommu_shutdown(void); 5 5 extern void no_iommu_init(void); ··· 43 43 } 44 44 #endif 45 45 46 - #endif /* ASM_X86__IOMMU_H */ 46 + #endif /* _ASM_X86_IOMMU_H */
+3 -3
arch/x86/include/asm/ipcbuf.h
··· 1 - #ifndef ASM_X86__IPCBUF_H 2 - #define ASM_X86__IPCBUF_H 1 + #ifndef _ASM_X86_IPCBUF_H 2 + #define _ASM_X86_IPCBUF_H 3 3 4 4 /* 5 5 * The ipc64_perm structure for x86 architecture. ··· 25 25 unsigned long __unused2; 26 26 }; 27 27 28 - #endif /* ASM_X86__IPCBUF_H */ 28 + #endif /* _ASM_X86_IPCBUF_H */
+3 -3
arch/x86/include/asm/ipi.h
··· 1 - #ifndef ASM_X86__IPI_H 2 - #define ASM_X86__IPI_H 1 + #ifndef _ASM_X86_IPI_H 2 + #define _ASM_X86_IPI_H 3 3 4 4 /* 5 5 * Copyright 2004 James Cleverdon, IBM. ··· 135 135 local_irq_restore(flags); 136 136 } 137 137 138 - #endif /* ASM_X86__IPI_H */ 138 + #endif /* _ASM_X86_IPI_H */
+3 -3
arch/x86/include/asm/irq.h
··· 1 - #ifndef ASM_X86__IRQ_H 2 - #define ASM_X86__IRQ_H 1 + #ifndef _ASM_X86_IRQ_H 2 + #define _ASM_X86_IRQ_H 3 3 /* 4 4 * (C) 1992, 1993 Linus Torvalds, (C) 1997 Ingo Molnar 5 5 * ··· 47 47 /* Interrupt vector management */ 48 48 extern DECLARE_BITMAP(used_vectors, NR_VECTORS); 49 49 50 - #endif /* ASM_X86__IRQ_H */ 50 + #endif /* _ASM_X86_IRQ_H */
+3 -3
arch/x86/include/asm/irq_regs_32.h
··· 4 4 * 5 5 * Jeremy Fitzhardinge <jeremy@goop.org> 6 6 */ 7 - #ifndef ASM_X86__IRQ_REGS_32_H 8 - #define ASM_X86__IRQ_REGS_32_H 7 + #ifndef _ASM_X86_IRQ_REGS_32_H 8 + #define _ASM_X86_IRQ_REGS_32_H 9 9 10 10 #include <asm/percpu.h> 11 11 ··· 26 26 return old_regs; 27 27 } 28 28 29 - #endif /* ASM_X86__IRQ_REGS_32_H */ 29 + #endif /* _ASM_X86_IRQ_REGS_32_H */
+3 -3
arch/x86/include/asm/irq_vectors.h
··· 1 - #ifndef ASM_X86__IRQ_VECTORS_H 2 - #define ASM_X86__IRQ_VECTORS_H 1 + #ifndef _ASM_X86_IRQ_VECTORS_H 2 + #define _ASM_X86_IRQ_VECTORS_H 3 3 4 4 #include <linux/threads.h> 5 5 ··· 161 161 #define VIC_CPU_BOOT_ERRATA_CPI (VIC_CPI_LEVEL0 + 8) 162 162 163 163 164 - #endif /* ASM_X86__IRQ_VECTORS_H */ 164 + #endif /* _ASM_X86_IRQ_VECTORS_H */
+3 -3
arch/x86/include/asm/ist.h
··· 1 - #ifndef ASM_X86__IST_H 2 - #define ASM_X86__IST_H 1 + #ifndef _ASM_X86_IST_H 2 + #define _ASM_X86_IST_H 3 3 4 4 /* 5 5 * Include file for the interface to IST BIOS ··· 31 31 extern struct ist_info ist_info; 32 32 33 33 #endif /* __KERNEL__ */ 34 - #endif /* ASM_X86__IST_H */ 34 + #endif /* _ASM_X86_IST_H */
+3 -3
arch/x86/include/asm/k8.h
··· 1 - #ifndef ASM_X86__K8_H 2 - #define ASM_X86__K8_H 1 + #ifndef _ASM_X86_K8_H 2 + #define _ASM_X86_K8_H 3 3 4 4 #include <linux/pci.h> 5 5 ··· 12 12 extern void k8_flush_garts(void); 13 13 extern int k8_scan_nodes(unsigned long start, unsigned long end); 14 14 15 - #endif /* ASM_X86__K8_H */ 15 + #endif /* _ASM_X86_K8_H */
+3 -3
arch/x86/include/asm/kdebug.h
··· 1 - #ifndef ASM_X86__KDEBUG_H 2 - #define ASM_X86__KDEBUG_H 1 + #ifndef _ASM_X86_KDEBUG_H 2 + #define _ASM_X86_KDEBUG_H 3 3 4 4 #include <linux/notifier.h> 5 5 ··· 34 34 extern unsigned long oops_begin(void); 35 35 extern void oops_end(unsigned long, struct pt_regs *, int signr); 36 36 37 - #endif /* ASM_X86__KDEBUG_H */ 37 + #endif /* _ASM_X86_KDEBUG_H */
+3 -3
arch/x86/include/asm/kexec.h
··· 1 - #ifndef ASM_X86__KEXEC_H 2 - #define ASM_X86__KEXEC_H 1 + #ifndef _ASM_X86_KEXEC_H 2 + #define _ASM_X86_KEXEC_H 3 3 4 4 #ifdef CONFIG_X86_32 5 5 # define PA_CONTROL_PAGE 0 ··· 172 172 173 173 #endif /* __ASSEMBLY__ */ 174 174 175 - #endif /* ASM_X86__KEXEC_H */ 175 + #endif /* _ASM_X86_KEXEC_H */
+3 -3
arch/x86/include/asm/kgdb.h
··· 1 - #ifndef ASM_X86__KGDB_H 2 - #define ASM_X86__KGDB_H 1 + #ifndef _ASM_X86_KGDB_H 2 + #define _ASM_X86_KGDB_H 3 3 4 4 /* 5 5 * Copyright (C) 2001-2004 Amit S. Kale ··· 76 76 #define BREAK_INSTR_SIZE 1 77 77 #define CACHE_FLUSH_IS_SAFE 1 78 78 79 - #endif /* ASM_X86__KGDB_H */ 79 + #endif /* _ASM_X86_KGDB_H */
+3 -3
arch/x86/include/asm/kmap_types.h
··· 1 - #ifndef ASM_X86__KMAP_TYPES_H 2 - #define ASM_X86__KMAP_TYPES_H 1 + #ifndef _ASM_X86_KMAP_TYPES_H 2 + #define _ASM_X86_KMAP_TYPES_H 3 3 4 4 #if defined(CONFIG_X86_32) && defined(CONFIG_DEBUG_HIGHMEM) 5 5 # define D(n) __KM_FENCE_##n , ··· 26 26 27 27 #undef D 28 28 29 - #endif /* ASM_X86__KMAP_TYPES_H */ 29 + #endif /* _ASM_X86_KMAP_TYPES_H */
+3 -3
arch/x86/include/asm/kprobes.h
··· 1 - #ifndef ASM_X86__KPROBES_H 2 - #define ASM_X86__KPROBES_H 1 + #ifndef _ASM_X86_KPROBES_H 2 + #define _ASM_X86_KPROBES_H 3 3 /* 4 4 * Kernel Probes (KProbes) 5 5 * ··· 85 85 extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr); 86 86 extern int kprobe_exceptions_notify(struct notifier_block *self, 87 87 unsigned long val, void *data); 88 - #endif /* ASM_X86__KPROBES_H */ 88 + #endif /* _ASM_X86_KPROBES_H */
+3 -3
arch/x86/include/asm/kvm.h
··· 1 - #ifndef ASM_X86__KVM_H 2 - #define ASM_X86__KVM_H 1 + #ifndef _ASM_X86_KVM_H 2 + #define _ASM_X86_KVM_H 3 3 4 4 /* 5 5 * KVM x86 specific structures and definitions ··· 208 208 struct kvm_pit_state { 209 209 struct kvm_pit_channel_state channels[3]; 210 210 }; 211 - #endif /* ASM_X86__KVM_H */ 211 + #endif /* _ASM_X86_KVM_H */
+3 -3
arch/x86/include/asm/kvm_host.h
··· 8 8 * 9 9 */ 10 10 11 - #ifndef ASM_X86__KVM_HOST_H 12 - #define ASM_X86__KVM_HOST_H 11 + #ifndef _ASM_X86_KVM_HOST_H 12 + #define _ASM_X86_KVM_HOST_H 13 13 14 14 #include <linux/types.h> 15 15 #include <linux/mm.h> ··· 749 749 int kvm_unmap_hva(struct kvm *kvm, unsigned long hva); 750 750 int kvm_age_hva(struct kvm *kvm, unsigned long hva); 751 751 752 - #endif /* ASM_X86__KVM_HOST_H */ 752 + #endif /* _ASM_X86_KVM_HOST_H */
+3 -3
arch/x86/include/asm/kvm_para.h
··· 1 - #ifndef ASM_X86__KVM_PARA_H 2 - #define ASM_X86__KVM_PARA_H 1 + #ifndef _ASM_X86_KVM_PARA_H 2 + #define _ASM_X86_KVM_PARA_H 3 3 4 4 /* This CPUID returns the signature 'KVMKVMKVM' in ebx, ecx, and edx. It 5 5 * should be used to determine that a VM is running under KVM. ··· 144 144 145 145 #endif 146 146 147 - #endif /* ASM_X86__KVM_PARA_H */ 147 + #endif /* _ASM_X86_KVM_PARA_H */
+3 -3
arch/x86/include/asm/kvm_x86_emulate.h
··· 8 8 * From: xen-unstable 10676:af9809f51f81a3c43f276f00c81a52ef558afda4 9 9 */ 10 10 11 - #ifndef ASM_X86__KVM_X86_EMULATE_H 12 - #define ASM_X86__KVM_X86_EMULATE_H 11 + #ifndef _ASM_X86_KVM_X86_EMULATE_H 12 + #define _ASM_X86_KVM_X86_EMULATE_H 13 13 14 14 struct x86_emulate_ctxt; 15 15 ··· 181 181 int x86_emulate_insn(struct x86_emulate_ctxt *ctxt, 182 182 struct x86_emulate_ops *ops); 183 183 184 - #endif /* ASM_X86__KVM_X86_EMULATE_H */ 184 + #endif /* _ASM_X86_KVM_X86_EMULATE_H */
+3 -3
arch/x86/include/asm/ldt.h
··· 3 3 * 4 4 * Definitions of structures used with the modify_ldt system call. 5 5 */ 6 - #ifndef ASM_X86__LDT_H 7 - #define ASM_X86__LDT_H 6 + #ifndef _ASM_X86_LDT_H 7 + #define _ASM_X86_LDT_H 8 8 9 9 /* Maximum number of LDT entries supported. */ 10 10 #define LDT_ENTRIES 8192 ··· 37 37 #define MODIFY_LDT_CONTENTS_CODE 2 38 38 39 39 #endif /* !__ASSEMBLY__ */ 40 - #endif /* ASM_X86__LDT_H */ 40 + #endif /* _ASM_X86_LDT_H */
+3 -3
arch/x86/include/asm/lguest.h
··· 1 - #ifndef ASM_X86__LGUEST_H 2 - #define ASM_X86__LGUEST_H 1 + #ifndef _ASM_X86_LGUEST_H 2 + #define _ASM_X86_LGUEST_H 3 3 4 4 #define GDT_ENTRY_LGUEST_CS 10 5 5 #define GDT_ENTRY_LGUEST_DS 11 ··· 91 91 92 92 #endif /* __ASSEMBLY__ */ 93 93 94 - #endif /* ASM_X86__LGUEST_H */ 94 + #endif /* _ASM_X86_LGUEST_H */
+3 -3
arch/x86/include/asm/lguest_hcall.h
··· 1 1 /* Architecture specific portion of the lguest hypercalls */ 2 - #ifndef ASM_X86__LGUEST_HCALL_H 3 - #define ASM_X86__LGUEST_HCALL_H 2 + #ifndef _ASM_X86_LGUEST_HCALL_H 3 + #define _ASM_X86_LGUEST_HCALL_H 4 4 5 5 #define LHCALL_FLUSH_ASYNC 0 6 6 #define LHCALL_LGUEST_INIT 1 ··· 68 68 }; 69 69 70 70 #endif /* !__ASSEMBLY__ */ 71 - #endif /* ASM_X86__LGUEST_HCALL_H */ 71 + #endif /* _ASM_X86_LGUEST_HCALL_H */
+3 -3
arch/x86/include/asm/linkage.h
··· 1 - #ifndef ASM_X86__LINKAGE_H 2 - #define ASM_X86__LINKAGE_H 1 + #ifndef _ASM_X86_LINKAGE_H 2 + #define _ASM_X86_LINKAGE_H 3 3 4 4 #undef notrace 5 5 #define notrace __attribute__((no_instrument_function)) ··· 57 57 #define __ALIGN_STR ".align 16,0x90" 58 58 #endif 59 59 60 - #endif /* ASM_X86__LINKAGE_H */ 60 + #endif /* _ASM_X86_LINKAGE_H */ 61 61
+3 -3
arch/x86/include/asm/local.h
··· 1 - #ifndef ASM_X86__LOCAL_H 2 - #define ASM_X86__LOCAL_H 1 + #ifndef _ASM_X86_LOCAL_H 2 + #define _ASM_X86_LOCAL_H 3 3 4 4 #include <linux/percpu.h> 5 5 ··· 232 232 #define __cpu_local_add(i, l) cpu_local_add((i), (l)) 233 233 #define __cpu_local_sub(i, l) cpu_local_sub((i), (l)) 234 234 235 - #endif /* ASM_X86__LOCAL_H */ 235 + #endif /* _ASM_X86_LOCAL_H */
+3 -3
arch/x86/include/asm/mach-default/apm.h
··· 3 3 * Split out from apm.c by Osamu Tomita <tomita@cinet.co.jp> 4 4 */ 5 5 6 - #ifndef ASM_X86__MACH_DEFAULT__APM_H 7 - #define ASM_X86__MACH_DEFAULT__APM_H 6 + #ifndef _ASM_X86_MACH_DEFAULT__APM_H 7 + #define _ASM_X86_MACH_DEFAULT__APM_H 8 8 9 9 #ifdef APM_ZERO_SEGS 10 10 # define APM_DO_ZERO_SEGS \ ··· 70 70 return error; 71 71 } 72 72 73 - #endif /* ASM_X86__MACH_DEFAULT__APM_H */ 73 + #endif /* _ASM_X86_MACH_DEFAULT__APM_H */
+3 -3
arch/x86/include/asm/mach-default/mach_apic.h
··· 1 - #ifndef ASM_X86__MACH_DEFAULT__MACH_APIC_H 2 - #define ASM_X86__MACH_DEFAULT__MACH_APIC_H 1 + #ifndef _ASM_X86_MACH_DEFAULT__MACH_APIC_H 2 + #define _ASM_X86_MACH_DEFAULT__MACH_APIC_H 3 3 4 4 #ifdef CONFIG_X86_LOCAL_APIC 5 5 ··· 153 153 { 154 154 } 155 155 #endif /* CONFIG_X86_LOCAL_APIC */ 156 - #endif /* ASM_X86__MACH_DEFAULT__MACH_APIC_H */ 156 + #endif /* _ASM_X86_MACH_DEFAULT__MACH_APIC_H */
+3 -3
arch/x86/include/asm/mach-default/mach_apicdef.h
··· 1 - #ifndef ASM_X86__MACH_DEFAULT__MACH_APICDEF_H 2 - #define ASM_X86__MACH_DEFAULT__MACH_APICDEF_H 1 + #ifndef _ASM_X86_MACH_DEFAULT__MACH_APICDEF_H 2 + #define _ASM_X86_MACH_DEFAULT__MACH_APICDEF_H 3 3 4 4 #include <asm/apic.h> 5 5 ··· 21 21 #define GET_APIC_ID(x) get_apic_id(x) 22 22 #endif 23 23 24 - #endif /* ASM_X86__MACH_DEFAULT__MACH_APICDEF_H */ 24 + #endif /* _ASM_X86_MACH_DEFAULT__MACH_APICDEF_H */
+3 -3
arch/x86/include/asm/mach-default/mach_ipi.h
··· 1 - #ifndef ASM_X86__MACH_DEFAULT__MACH_IPI_H 2 - #define ASM_X86__MACH_DEFAULT__MACH_IPI_H 1 + #ifndef _ASM_X86_MACH_DEFAULT__MACH_IPI_H 2 + #define _ASM_X86_MACH_DEFAULT__MACH_IPI_H 3 3 4 4 /* Avoid include hell */ 5 5 #define NMI_VECTOR 0x02 ··· 61 61 } 62 62 #endif 63 63 64 - #endif /* ASM_X86__MACH_DEFAULT__MACH_IPI_H */ 64 + #endif /* _ASM_X86_MACH_DEFAULT__MACH_IPI_H */
+3 -3
arch/x86/include/asm/mach-default/mach_mpparse.h
··· 1 - #ifndef ASM_X86__MACH_DEFAULT__MACH_MPPARSE_H 2 - #define ASM_X86__MACH_DEFAULT__MACH_MPPARSE_H 1 + #ifndef _ASM_X86_MACH_DEFAULT__MACH_MPPARSE_H 2 + #define _ASM_X86_MACH_DEFAULT__MACH_MPPARSE_H 3 3 4 4 static inline int mps_oem_check(struct mp_config_table *mpc, char *oem, 5 5 char *productid) ··· 14 14 } 15 15 16 16 17 - #endif /* ASM_X86__MACH_DEFAULT__MACH_MPPARSE_H */ 17 + #endif /* _ASM_X86_MACH_DEFAULT__MACH_MPPARSE_H */
+3 -3
arch/x86/include/asm/mach-default/mach_mpspec.h
··· 1 - #ifndef ASM_X86__MACH_DEFAULT__MACH_MPSPEC_H 2 - #define ASM_X86__MACH_DEFAULT__MACH_MPSPEC_H 1 + #ifndef _ASM_X86_MACH_DEFAULT__MACH_MPSPEC_H 2 + #define _ASM_X86_MACH_DEFAULT__MACH_MPSPEC_H 3 3 4 4 #define MAX_IRQ_SOURCES 256 5 5 ··· 9 9 #define MAX_MP_BUSSES 32 10 10 #endif 11 11 12 - #endif /* ASM_X86__MACH_DEFAULT__MACH_MPSPEC_H */ 12 + #endif /* _ASM_X86_MACH_DEFAULT__MACH_MPSPEC_H */
+3 -3
arch/x86/include/asm/mach-default/mach_timer.h
··· 10 10 * directly because of the awkward 8-bit access mechanism of the 82C54 11 11 * device. 12 12 */ 13 - #ifndef ASM_X86__MACH_DEFAULT__MACH_TIMER_H 14 - #define ASM_X86__MACH_DEFAULT__MACH_TIMER_H 13 + #ifndef _ASM_X86_MACH_DEFAULT__MACH_TIMER_H 14 + #define _ASM_X86_MACH_DEFAULT__MACH_TIMER_H 15 15 16 16 #define CALIBRATE_TIME_MSEC 30 /* 30 msecs */ 17 17 #define CALIBRATE_LATCH \ ··· 45 45 *count_p = count; 46 46 } 47 47 48 - #endif /* ASM_X86__MACH_DEFAULT__MACH_TIMER_H */ 48 + #endif /* _ASM_X86_MACH_DEFAULT__MACH_TIMER_H */
+3 -3
arch/x86/include/asm/mach-default/mach_traps.h
··· 2 2 * Machine specific NMI handling for generic. 3 3 * Split out from traps.c by Osamu Tomita <tomita@cinet.co.jp> 4 4 */ 5 - #ifndef ASM_X86__MACH_DEFAULT__MACH_TRAPS_H 6 - #define ASM_X86__MACH_DEFAULT__MACH_TRAPS_H 5 + #ifndef _ASM_X86_MACH_DEFAULT__MACH_TRAPS_H 6 + #define _ASM_X86_MACH_DEFAULT__MACH_TRAPS_H 7 7 8 8 #include <asm/mc146818rtc.h> 9 9 ··· 30 30 unlock_cmos(); 31 31 } 32 32 33 - #endif /* ASM_X86__MACH_DEFAULT__MACH_TRAPS_H */ 33 + #endif /* _ASM_X86_MACH_DEFAULT__MACH_TRAPS_H */
+3 -3
arch/x86/include/asm/mach-default/mach_wakecpu.h
··· 1 - #ifndef ASM_X86__MACH_DEFAULT__MACH_WAKECPU_H 2 - #define ASM_X86__MACH_DEFAULT__MACH_WAKECPU_H 1 + #ifndef _ASM_X86_MACH_DEFAULT__MACH_WAKECPU_H 2 + #define _ASM_X86_MACH_DEFAULT__MACH_WAKECPU_H 3 3 4 4 /* 5 5 * This file copes with machines that wakeup secondary CPUs by the ··· 39 39 #define inquire_remote_apic(apicid) {} 40 40 #endif 41 41 42 - #endif /* ASM_X86__MACH_DEFAULT__MACH_WAKECPU_H */ 42 + #endif /* _ASM_X86_MACH_DEFAULT__MACH_WAKECPU_H */
+3 -3
arch/x86/include/asm/mach-generic/gpio.h
··· 1 - #ifndef ASM_X86__MACH_GENERIC__GPIO_H 2 - #define ASM_X86__MACH_GENERIC__GPIO_H 1 + #ifndef _ASM_X86_MACH_GENERIC__GPIO_H 2 + #define _ASM_X86_MACH_GENERIC__GPIO_H 3 3 4 4 int gpio_request(unsigned gpio, const char *label); 5 5 void gpio_free(unsigned gpio); ··· 12 12 13 13 #include <asm-generic/gpio.h> /* cansleep wrappers */ 14 14 15 - #endif /* ASM_X86__MACH_GENERIC__GPIO_H */ 15 + #endif /* _ASM_X86_MACH_GENERIC__GPIO_H */
+3 -3
arch/x86/include/asm/mach-generic/mach_apic.h
··· 1 - #ifndef ASM_X86__MACH_GENERIC__MACH_APIC_H 2 - #define ASM_X86__MACH_GENERIC__MACH_APIC_H 1 + #ifndef _ASM_X86_MACH_GENERIC__MACH_APIC_H 2 + #define _ASM_X86_MACH_GENERIC__MACH_APIC_H 3 3 4 4 #include <asm/genapic.h> 5 5 ··· 30 30 31 31 extern void generic_bigsmp_probe(void); 32 32 33 - #endif /* ASM_X86__MACH_GENERIC__MACH_APIC_H */ 33 + #endif /* _ASM_X86_MACH_GENERIC__MACH_APIC_H */
+3 -3
arch/x86/include/asm/mach-generic/mach_apicdef.h
··· 1 - #ifndef ASM_X86__MACH_GENERIC__MACH_APICDEF_H 2 - #define ASM_X86__MACH_GENERIC__MACH_APICDEF_H 1 + #ifndef _ASM_X86_MACH_GENERIC__MACH_APICDEF_H 2 + #define _ASM_X86_MACH_GENERIC__MACH_APICDEF_H 3 3 4 4 #ifndef APIC_DEFINITION 5 5 #include <asm/genapic.h> ··· 8 8 #define APIC_ID_MASK (genapic->apic_id_mask) 9 9 #endif 10 10 11 - #endif /* ASM_X86__MACH_GENERIC__MACH_APICDEF_H */ 11 + #endif /* _ASM_X86_MACH_GENERIC__MACH_APICDEF_H */
+3 -3
arch/x86/include/asm/mach-generic/mach_ipi.h
··· 1 - #ifndef ASM_X86__MACH_GENERIC__MACH_IPI_H 2 - #define ASM_X86__MACH_GENERIC__MACH_IPI_H 1 + #ifndef _ASM_X86_MACH_GENERIC__MACH_IPI_H 2 + #define _ASM_X86_MACH_GENERIC__MACH_IPI_H 3 3 4 4 #include <asm/genapic.h> 5 5 ··· 7 7 #define send_IPI_allbutself (genapic->send_IPI_allbutself) 8 8 #define send_IPI_all (genapic->send_IPI_all) 9 9 10 - #endif /* ASM_X86__MACH_GENERIC__MACH_IPI_H */ 10 + #endif /* _ASM_X86_MACH_GENERIC__MACH_IPI_H */
+3 -3
arch/x86/include/asm/mach-generic/mach_mpparse.h
··· 1 - #ifndef ASM_X86__MACH_GENERIC__MACH_MPPARSE_H 2 - #define ASM_X86__MACH_GENERIC__MACH_MPPARSE_H 1 + #ifndef _ASM_X86_MACH_GENERIC__MACH_MPPARSE_H 2 + #define _ASM_X86_MACH_GENERIC__MACH_MPPARSE_H 3 3 4 4 5 5 extern int mps_oem_check(struct mp_config_table *mpc, char *oem, ··· 7 7 8 8 extern int acpi_madt_oem_check(char *oem_id, char *oem_table_id); 9 9 10 - #endif /* ASM_X86__MACH_GENERIC__MACH_MPPARSE_H */ 10 + #endif /* _ASM_X86_MACH_GENERIC__MACH_MPPARSE_H */
+3 -3
arch/x86/include/asm/mach-generic/mach_mpspec.h
··· 1 - #ifndef ASM_X86__MACH_GENERIC__MACH_MPSPEC_H 2 - #define ASM_X86__MACH_GENERIC__MACH_MPSPEC_H 1 + #ifndef _ASM_X86_MACH_GENERIC__MACH_MPSPEC_H 2 + #define _ASM_X86_MACH_GENERIC__MACH_MPSPEC_H 3 3 4 4 #define MAX_IRQ_SOURCES 256 5 5 ··· 9 9 10 10 extern void numaq_mps_oem_check(struct mp_config_table *mpc, char *oem, 11 11 char *productid); 12 - #endif /* ASM_X86__MACH_GENERIC__MACH_MPSPEC_H */ 12 + #endif /* _ASM_X86_MACH_GENERIC__MACH_MPSPEC_H */
+3 -3
arch/x86/include/asm/mach-rdc321x/gpio.h
··· 1 - #ifndef ASM_X86__MACH_RDC321X__GPIO_H 2 - #define ASM_X86__MACH_RDC321X__GPIO_H 1 + #ifndef _ASM_X86_MACH_RDC321X__GPIO_H 2 + #define _ASM_X86_MACH_RDC321X__GPIO_H 3 3 4 4 #include <linux/kernel.h> 5 5 ··· 57 57 /* For cansleep */ 58 58 #include <asm-generic/gpio.h> 59 59 60 - #endif /* ASM_X86__MACH_RDC321X__GPIO_H */ 60 + #endif /* _ASM_X86_MACH_RDC321X__GPIO_H */
+3 -3
arch/x86/include/asm/math_emu.h
··· 1 - #ifndef ASM_X86__MATH_EMU_H 2 - #define ASM_X86__MATH_EMU_H 1 + #ifndef _ASM_X86_MATH_EMU_H 2 + #define _ASM_X86_MATH_EMU_H 3 3 4 4 /* This structure matches the layout of the data saved to the stack 5 5 following a device-not-present interrupt, part of it saved ··· 28 28 long ___vm86_fs; 29 29 long ___vm86_gs; 30 30 }; 31 - #endif /* ASM_X86__MATH_EMU_H */ 31 + #endif /* _ASM_X86_MATH_EMU_H */
+3 -3
arch/x86/include/asm/mc146818rtc.h
··· 1 1 /* 2 2 * Machine dependent access functions for RTC registers. 3 3 */ 4 - #ifndef ASM_X86__MC146818RTC_H 5 - #define ASM_X86__MC146818RTC_H 4 + #ifndef _ASM_X86_MC146818RTC_H 5 + #define _ASM_X86_MC146818RTC_H 6 6 7 7 #include <asm/io.h> 8 8 #include <asm/system.h> ··· 101 101 102 102 #define RTC_IRQ 8 103 103 104 - #endif /* ASM_X86__MC146818RTC_H */ 104 + #endif /* _ASM_X86_MC146818RTC_H */
+3 -3
arch/x86/include/asm/mca.h
··· 1 1 /* -*- mode: c; c-basic-offset: 8 -*- */ 2 2 3 3 /* Platform specific MCA defines */ 4 - #ifndef ASM_X86__MCA_H 5 - #define ASM_X86__MCA_H 4 + #ifndef _ASM_X86_MCA_H 5 + #define _ASM_X86_MCA_H 6 6 7 7 /* Maximal number of MCA slots - actually, some machines have less, but 8 8 * they all have sufficient number of POS registers to cover 8. ··· 40 40 */ 41 41 #define MCA_NUMADAPTERS (MCA_MAX_SLOT_NR+3) 42 42 43 - #endif /* ASM_X86__MCA_H */ 43 + #endif /* _ASM_X86_MCA_H */
+3 -3
arch/x86/include/asm/mca_dma.h
··· 1 - #ifndef ASM_X86__MCA_DMA_H 2 - #define ASM_X86__MCA_DMA_H 1 + #ifndef _ASM_X86_MCA_DMA_H 2 + #define _ASM_X86_MCA_DMA_H 3 3 4 4 #include <asm/io.h> 5 5 #include <linux/ioport.h> ··· 198 198 outb(mode, MCA_DMA_REG_EXE); 199 199 } 200 200 201 - #endif /* ASM_X86__MCA_DMA_H */ 201 + #endif /* _ASM_X86_MCA_DMA_H */
+3 -3
arch/x86/include/asm/mce.h
··· 1 - #ifndef ASM_X86__MCE_H 2 - #define ASM_X86__MCE_H 1 + #ifndef _ASM_X86_MCE_H 2 + #define _ASM_X86_MCE_H 3 3 4 4 #ifdef __x86_64__ 5 5 ··· 127 127 128 128 #endif /* __KERNEL__ */ 129 129 130 - #endif /* ASM_X86__MCE_H */ 130 + #endif /* _ASM_X86_MCE_H */
+3 -3
arch/x86/include/asm/microcode.h
··· 1 - #ifndef ASM_X86__MICROCODE_H 2 - #define ASM_X86__MICROCODE_H 1 + #ifndef _ASM_X86_MICROCODE_H 2 + #define _ASM_X86_MICROCODE_H 3 3 4 4 struct cpu_signature { 5 5 unsigned int sig; ··· 44 44 } 45 45 #endif 46 46 47 - #endif /* ASM_X86__MICROCODE_H */ 47 + #endif /* _ASM_X86_MICROCODE_H */
+3 -3
arch/x86/include/asm/mman.h
··· 1 - #ifndef ASM_X86__MMAN_H 2 - #define ASM_X86__MMAN_H 1 + #ifndef _ASM_X86_MMAN_H 2 + #define _ASM_X86_MMAN_H 3 3 4 4 #include <asm-generic/mman.h> 5 5 ··· 17 17 #define MCL_CURRENT 1 /* lock all current mappings */ 18 18 #define MCL_FUTURE 2 /* lock all future mappings */ 19 19 20 - #endif /* ASM_X86__MMAN_H */ 20 + #endif /* _ASM_X86_MMAN_H */
+3 -3
arch/x86/include/asm/mmconfig.h
··· 1 - #ifndef ASM_X86__MMCONFIG_H 2 - #define ASM_X86__MMCONFIG_H 1 + #ifndef _ASM_X86_MMCONFIG_H 2 + #define _ASM_X86_MMCONFIG_H 3 3 4 4 #ifdef CONFIG_PCI_MMCONFIG 5 5 extern void __cpuinit fam10h_check_enable_mmcfg(void); ··· 9 9 static inline void check_enable_amd_mmconf_dmi(void) { } 10 10 #endif 11 11 12 - #endif /* ASM_X86__MMCONFIG_H */ 12 + #endif /* _ASM_X86_MMCONFIG_H */
+3 -3
arch/x86/include/asm/mmu.h
··· 1 - #ifndef ASM_X86__MMU_H 2 - #define ASM_X86__MMU_H 1 + #ifndef _ASM_X86_MMU_H 2 + #define _ASM_X86_MMU_H 3 3 4 4 #include <linux/spinlock.h> 5 5 #include <linux/mutex.h> ··· 23 23 } 24 24 #endif 25 25 26 - #endif /* ASM_X86__MMU_H */ 26 + #endif /* _ASM_X86_MMU_H */
+3 -3
arch/x86/include/asm/mmu_context.h
··· 1 - #ifndef ASM_X86__MMU_CONTEXT_H 2 - #define ASM_X86__MMU_CONTEXT_H 1 + #ifndef _ASM_X86_MMU_CONTEXT_H 2 + #define _ASM_X86_MMU_CONTEXT_H 3 3 4 4 #include <asm/desc.h> 5 5 #include <asm/atomic.h> ··· 34 34 } while (0); 35 35 36 36 37 - #endif /* ASM_X86__MMU_CONTEXT_H */ 37 + #endif /* _ASM_X86_MMU_CONTEXT_H */
+3 -3
arch/x86/include/asm/mmu_context_32.h
··· 1 - #ifndef ASM_X86__MMU_CONTEXT_32_H 2 - #define ASM_X86__MMU_CONTEXT_32_H 1 + #ifndef _ASM_X86_MMU_CONTEXT_32_H 2 + #define _ASM_X86_MMU_CONTEXT_32_H 3 3 4 4 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) 5 5 { ··· 53 53 #define deactivate_mm(tsk, mm) \ 54 54 asm("movl %0,%%gs": :"r" (0)); 55 55 56 - #endif /* ASM_X86__MMU_CONTEXT_32_H */ 56 + #endif /* _ASM_X86_MMU_CONTEXT_32_H */
+3 -3
arch/x86/include/asm/mmu_context_64.h
··· 1 - #ifndef ASM_X86__MMU_CONTEXT_64_H 2 - #define ASM_X86__MMU_CONTEXT_64_H 1 + #ifndef _ASM_X86_MMU_CONTEXT_64_H 2 + #define _ASM_X86_MMU_CONTEXT_64_H 3 3 4 4 #include <asm/pda.h> 5 5 ··· 51 51 asm volatile("movl %0,%%fs"::"r"(0)); \ 52 52 } while (0) 53 53 54 - #endif /* ASM_X86__MMU_CONTEXT_64_H */ 54 + #endif /* _ASM_X86_MMU_CONTEXT_64_H */
+3 -3
arch/x86/include/asm/mmx.h
··· 1 - #ifndef ASM_X86__MMX_H 2 - #define ASM_X86__MMX_H 1 + #ifndef _ASM_X86_MMX_H 2 + #define _ASM_X86_MMX_H 3 3 4 4 /* 5 5 * MMX 3Dnow! helper operations ··· 11 11 extern void mmx_clear_page(void *page); 12 12 extern void mmx_copy_page(void *to, void *from); 13 13 14 - #endif /* ASM_X86__MMX_H */ 14 + #endif /* _ASM_X86_MMX_H */
+3 -3
arch/x86/include/asm/mmzone_32.h
··· 3 3 * 4 4 */ 5 5 6 - #ifndef ASM_X86__MMZONE_32_H 7 - #define ASM_X86__MMZONE_32_H 6 + #ifndef _ASM_X86_MMZONE_32_H 7 + #define _ASM_X86_MMZONE_32_H 8 8 9 9 #include <asm/smp.h> 10 10 ··· 131 131 }) 132 132 #endif /* CONFIG_NEED_MULTIPLE_NODES */ 133 133 134 - #endif /* ASM_X86__MMZONE_32_H */ 134 + #endif /* _ASM_X86_MMZONE_32_H */
+3 -3
arch/x86/include/asm/mmzone_64.h
··· 1 1 /* K8 NUMA support */ 2 2 /* Copyright 2002,2003 by Andi Kleen, SuSE Labs */ 3 3 /* 2.5 Version loosely based on the NUMAQ Code by Pat Gaughen. */ 4 - #ifndef ASM_X86__MMZONE_64_H 5 - #define ASM_X86__MMZONE_64_H 4 + #ifndef _ASM_X86_MMZONE_64_H 5 + #define _ASM_X86_MMZONE_64_H 6 6 7 7 8 8 #ifdef CONFIG_NUMA ··· 48 48 #endif 49 49 50 50 #endif 51 - #endif /* ASM_X86__MMZONE_64_H */ 51 + #endif /* _ASM_X86_MMZONE_64_H */
+3 -3
arch/x86/include/asm/module.h
··· 1 - #ifndef ASM_X86__MODULE_H 2 - #define ASM_X86__MODULE_H 1 + #ifndef _ASM_X86_MODULE_H 2 + #define _ASM_X86_MODULE_H 3 3 4 4 /* x86_32/64 are simple */ 5 5 struct mod_arch_specific {}; ··· 77 77 # define MODULE_ARCH_VERMAGIC MODULE_PROC_FAMILY MODULE_STACKSIZE 78 78 #endif 79 79 80 - #endif /* ASM_X86__MODULE_H */ 80 + #endif /* _ASM_X86_MODULE_H */
+3 -3
arch/x86/include/asm/mpspec.h
··· 1 - #ifndef ASM_X86__MPSPEC_H 2 - #define ASM_X86__MPSPEC_H 1 + #ifndef _ASM_X86_MPSPEC_H 2 + #define _ASM_X86_MPSPEC_H 3 3 4 4 #include <linux/init.h> 5 5 ··· 142 142 143 143 extern physid_mask_t phys_cpu_present_map; 144 144 145 - #endif /* ASM_X86__MPSPEC_H */ 145 + #endif /* _ASM_X86_MPSPEC_H */
+3 -3
arch/x86/include/asm/mpspec_def.h
··· 1 - #ifndef ASM_X86__MPSPEC_DEF_H 2 - #define ASM_X86__MPSPEC_DEF_H 1 + #ifndef _ASM_X86_MPSPEC_DEF_H 2 + #define _ASM_X86_MPSPEC_DEF_H 3 3 4 4 /* 5 5 * Structure definitions for SMP machines following the ··· 177 177 MP_BUS_PCI, 178 178 MP_BUS_MCA, 179 179 }; 180 - #endif /* ASM_X86__MPSPEC_DEF_H */ 180 + #endif /* _ASM_X86_MPSPEC_DEF_H */
+3 -3
arch/x86/include/asm/msgbuf.h
··· 1 - #ifndef ASM_X86__MSGBUF_H 2 - #define ASM_X86__MSGBUF_H 1 + #ifndef _ASM_X86_MSGBUF_H 2 + #define _ASM_X86_MSGBUF_H 3 3 4 4 /* 5 5 * The msqid64_ds structure for i386 architecture. ··· 36 36 unsigned long __unused5; 37 37 }; 38 38 39 - #endif /* ASM_X86__MSGBUF_H */ 39 + #endif /* _ASM_X86_MSGBUF_H */
+3 -3
arch/x86/include/asm/msidef.h
··· 1 - #ifndef ASM_X86__MSIDEF_H 2 - #define ASM_X86__MSIDEF_H 1 + #ifndef _ASM_X86_MSIDEF_H 2 + #define _ASM_X86_MSIDEF_H 3 3 4 4 /* 5 5 * Constants for Intel APIC based MSI messages. ··· 52 52 #define MSI_ADDR_IR_SHV (1 << 3) 53 53 #define MSI_ADDR_IR_INDEX1(index) ((index & 0x8000) >> 13) 54 54 #define MSI_ADDR_IR_INDEX2(index) ((index & 0x7fff) << 5) 55 - #endif /* ASM_X86__MSIDEF_H */ 55 + #endif /* _ASM_X86_MSIDEF_H */
+3 -3
arch/x86/include/asm/msr-index.h
··· 1 - #ifndef ASM_X86__MSR_INDEX_H 2 - #define ASM_X86__MSR_INDEX_H 1 + #ifndef _ASM_X86_MSR_INDEX_H 2 + #define _ASM_X86_MSR_INDEX_H 3 3 4 4 /* CPU model specific register (MSR) numbers */ 5 5 ··· 329 329 #define MSR_IA32_VMX_PROCBASED_CTLS2 0x0000048b 330 330 #define MSR_IA32_VMX_EPT_VPID_CAP 0x0000048c 331 331 332 - #endif /* ASM_X86__MSR_INDEX_H */ 332 + #endif /* _ASM_X86_MSR_INDEX_H */
+3 -3
arch/x86/include/asm/msr.h
··· 1 - #ifndef ASM_X86__MSR_H 2 - #define ASM_X86__MSR_H 1 + #ifndef _ASM_X86_MSR_H 2 + #define _ASM_X86_MSR_H 3 3 4 4 #include <asm/msr-index.h> 5 5 ··· 244 244 #endif /* __KERNEL__ */ 245 245 246 246 247 - #endif /* ASM_X86__MSR_H */ 247 + #endif /* _ASM_X86_MSR_H */
+3 -3
arch/x86/include/asm/mtrr.h
··· 20 20 The postal address is: 21 21 Richard Gooch, c/o ATNF, P. O. Box 76, Epping, N.S.W., 2121, Australia. 22 22 */ 23 - #ifndef ASM_X86__MTRR_H 24 - #define ASM_X86__MTRR_H 23 + #ifndef _ASM_X86_MTRR_H 24 + #define _ASM_X86_MTRR_H 25 25 26 26 #include <linux/ioctl.h> 27 27 #include <linux/errno.h> ··· 170 170 171 171 #endif /* __KERNEL__ */ 172 172 173 - #endif /* ASM_X86__MTRR_H */ 173 + #endif /* _ASM_X86_MTRR_H */
+3 -3
arch/x86/include/asm/mutex_32.h
··· 6 6 * 7 7 * Copyright (C) 2004, 2005, 2006 Red Hat, Inc., Ingo Molnar <mingo@redhat.com> 8 8 */ 9 - #ifndef ASM_X86__MUTEX_32_H 10 - #define ASM_X86__MUTEX_32_H 9 + #ifndef _ASM_X86_MUTEX_32_H 10 + #define _ASM_X86_MUTEX_32_H 11 11 12 12 #include <asm/alternative.h> 13 13 ··· 122 122 #endif 123 123 } 124 124 125 - #endif /* ASM_X86__MUTEX_32_H */ 125 + #endif /* _ASM_X86_MUTEX_32_H */
+3 -3
arch/x86/include/asm/mutex_64.h
··· 6 6 * 7 7 * Copyright (C) 2004, 2005, 2006 Red Hat, Inc., Ingo Molnar <mingo@redhat.com> 8 8 */ 9 - #ifndef ASM_X86__MUTEX_64_H 10 - #define ASM_X86__MUTEX_64_H 9 + #ifndef _ASM_X86_MUTEX_64_H 10 + #define _ASM_X86_MUTEX_64_H 11 11 12 12 /** 13 13 * __mutex_fastpath_lock - decrement and call function if negative ··· 97 97 return 0; 98 98 } 99 99 100 - #endif /* ASM_X86__MUTEX_64_H */ 100 + #endif /* _ASM_X86_MUTEX_64_H */
+3 -3
arch/x86/include/asm/nmi.h
··· 1 - #ifndef ASM_X86__NMI_H 2 - #define ASM_X86__NMI_H 1 + #ifndef _ASM_X86_NMI_H 2 + #define _ASM_X86_NMI_H 3 3 4 4 #include <linux/pm.h> 5 5 #include <asm/irq.h> ··· 78 78 void stop_nmi(void); 79 79 void restart_nmi(void); 80 80 81 - #endif /* ASM_X86__NMI_H */ 81 + #endif /* _ASM_X86_NMI_H */
+3 -3
arch/x86/include/asm/nops.h
··· 1 - #ifndef ASM_X86__NOPS_H 2 - #define ASM_X86__NOPS_H 1 + #ifndef _ASM_X86_NOPS_H 2 + #define _ASM_X86_NOPS_H 3 3 4 4 /* Define nops for use with alternative() */ 5 5 ··· 115 115 116 116 #define ASM_NOP_MAX 8 117 117 118 - #endif /* ASM_X86__NOPS_H */ 118 + #endif /* _ASM_X86_NOPS_H */
+3 -3
arch/x86/include/asm/numa_32.h
··· 1 - #ifndef ASM_X86__NUMA_32_H 2 - #define ASM_X86__NUMA_32_H 1 + #ifndef _ASM_X86_NUMA_32_H 2 + #define _ASM_X86_NUMA_32_H 3 3 4 4 extern int pxm_to_nid(int pxm); 5 5 extern void numa_remove_cpu(int cpu); ··· 8 8 extern void set_highmem_pages_init(void); 9 9 #endif 10 10 11 - #endif /* ASM_X86__NUMA_32_H */ 11 + #endif /* _ASM_X86_NUMA_32_H */
+3 -3
arch/x86/include/asm/numa_64.h
··· 1 - #ifndef ASM_X86__NUMA_64_H 2 - #define ASM_X86__NUMA_64_H 1 + #ifndef _ASM_X86_NUMA_64_H 2 + #define _ASM_X86_NUMA_64_H 3 3 4 4 #include <linux/nodemask.h> 5 5 #include <asm/apicdef.h> ··· 40 40 static inline void numa_remove_cpu(int cpu) { } 41 41 #endif 42 42 43 - #endif /* ASM_X86__NUMA_64_H */ 43 + #endif /* _ASM_X86_NUMA_64_H */
+3 -3
arch/x86/include/asm/numaq.h
··· 23 23 * Send feedback to <gone@us.ibm.com> 24 24 */ 25 25 26 - #ifndef ASM_X86__NUMAQ_H 27 - #define ASM_X86__NUMAQ_H 26 + #ifndef _ASM_X86_NUMAQ_H 27 + #define _ASM_X86_NUMAQ_H 28 28 29 29 #ifdef CONFIG_X86_NUMAQ 30 30 ··· 165 165 return 0; 166 166 } 167 167 #endif /* CONFIG_X86_NUMAQ */ 168 - #endif /* ASM_X86__NUMAQ_H */ 168 + #endif /* _ASM_X86_NUMAQ_H */ 169 169
+3 -3
arch/x86/include/asm/olpc.h
··· 1 1 /* OLPC machine specific definitions */ 2 2 3 - #ifndef ASM_X86__OLPC_H 4 - #define ASM_X86__OLPC_H 3 + #ifndef _ASM_X86_OLPC_H 4 + #define _ASM_X86_OLPC_H 5 5 6 6 #include <asm/geode.h> 7 7 ··· 129 129 #define OLPC_GPIO_LID geode_gpio(26) 130 130 #define OLPC_GPIO_ECSCI geode_gpio(27) 131 131 132 - #endif /* ASM_X86__OLPC_H */ 132 + #endif /* _ASM_X86_OLPC_H */
+3 -3
arch/x86/include/asm/page.h
··· 1 - #ifndef ASM_X86__PAGE_H 2 - #define ASM_X86__PAGE_H 1 + #ifndef _ASM_X86_PAGE_H 2 + #define _ASM_X86_PAGE_H 3 3 4 4 #include <linux/const.h> 5 5 ··· 206 206 #define __HAVE_ARCH_GATE_AREA 1 207 207 208 208 #endif /* __KERNEL__ */ 209 - #endif /* ASM_X86__PAGE_H */ 209 + #endif /* _ASM_X86_PAGE_H */
+3 -3
arch/x86/include/asm/page_32.h
··· 1 - #ifndef ASM_X86__PAGE_32_H 2 - #define ASM_X86__PAGE_32_H 1 + #ifndef _ASM_X86_PAGE_32_H 2 + #define _ASM_X86_PAGE_32_H 3 3 4 4 /* 5 5 * This handles the memory map. ··· 133 133 #endif /* CONFIG_X86_3DNOW */ 134 134 #endif /* !__ASSEMBLY__ */ 135 135 136 - #endif /* ASM_X86__PAGE_32_H */ 136 + #endif /* _ASM_X86_PAGE_32_H */
+3 -3
arch/x86/include/asm/page_64.h
··· 1 - #ifndef ASM_X86__PAGE_64_H 2 - #define ASM_X86__PAGE_64_H 1 + #ifndef _ASM_X86_PAGE_64_H 2 + #define _ASM_X86_PAGE_64_H 3 3 4 4 #define PAGETABLE_LEVELS 4 5 5 ··· 102 102 #endif 103 103 104 104 105 - #endif /* ASM_X86__PAGE_64_H */ 105 + #endif /* _ASM_X86_PAGE_64_H */
+3 -3
arch/x86/include/asm/param.h
··· 1 - #ifndef ASM_X86__PARAM_H 2 - #define ASM_X86__PARAM_H 1 + #ifndef _ASM_X86_PARAM_H 2 + #define _ASM_X86_PARAM_H 3 3 4 4 #ifdef __KERNEL__ 5 5 # define HZ CONFIG_HZ /* Internal kernel timer frequency */ ··· 19 19 20 20 #define MAXHOSTNAMELEN 64 /* max length of hostname */ 21 21 22 - #endif /* ASM_X86__PARAM_H */ 22 + #endif /* _ASM_X86_PARAM_H */
+3 -3
arch/x86/include/asm/paravirt.h
··· 1 - #ifndef ASM_X86__PARAVIRT_H 2 - #define ASM_X86__PARAVIRT_H 1 + #ifndef _ASM_X86_PARAVIRT_H 2 + #define _ASM_X86_PARAVIRT_H 3 3 /* Various instructions on x86 need to be replaced for 4 4 * para-virtualization: those hooks are defined here. */ 5 5 ··· 1647 1647 1648 1648 #endif /* __ASSEMBLY__ */ 1649 1649 #endif /* CONFIG_PARAVIRT */ 1650 - #endif /* ASM_X86__PARAVIRT_H */ 1650 + #endif /* _ASM_X86_PARAVIRT_H */
+3 -3
arch/x86/include/asm/parport.h
··· 1 - #ifndef ASM_X86__PARPORT_H 2 - #define ASM_X86__PARPORT_H 1 + #ifndef _ASM_X86_PARPORT_H 2 + #define _ASM_X86_PARPORT_H 3 3 4 4 static int __devinit parport_pc_find_isa_ports(int autoirq, int autodma); 5 5 static int __devinit parport_pc_find_nonpci_ports(int autoirq, int autodma) ··· 7 7 return parport_pc_find_isa_ports(autoirq, autodma); 8 8 } 9 9 10 - #endif /* ASM_X86__PARPORT_H */ 10 + #endif /* _ASM_X86_PARPORT_H */
+3 -3
arch/x86/include/asm/pat.h
··· 1 - #ifndef ASM_X86__PAT_H 2 - #define ASM_X86__PAT_H 1 + #ifndef _ASM_X86_PAT_H 2 + #define _ASM_X86_PAT_H 3 3 4 4 #include <linux/types.h> 5 5 ··· 19 19 20 20 extern void pat_disable(char *reason); 21 21 22 - #endif /* ASM_X86__PAT_H */ 22 + #endif /* _ASM_X86_PAT_H */
+3 -3
arch/x86/include/asm/pci-direct.h
··· 1 - #ifndef ASM_X86__PCI_DIRECT_H 2 - #define ASM_X86__PCI_DIRECT_H 1 + #ifndef _ASM_X86_PCI_DIRECT_H 2 + #define _ASM_X86_PCI_DIRECT_H 3 3 4 4 #include <linux/types.h> 5 5 ··· 18 18 extern unsigned int pci_early_dump_regs; 19 19 extern void early_dump_pci_device(u8 bus, u8 slot, u8 func); 20 20 extern void early_dump_pci_devices(void); 21 - #endif /* ASM_X86__PCI_DIRECT_H */ 21 + #endif /* _ASM_X86_PCI_DIRECT_H */
+3 -3
arch/x86/include/asm/pci.h
··· 1 - #ifndef ASM_X86__PCI_H 2 - #define ASM_X86__PCI_H 1 + #ifndef _ASM_X86_PCI_H 2 + #define _ASM_X86_PCI_H 3 3 4 4 #include <linux/mm.h> /* for struct page */ 5 5 #include <linux/types.h> ··· 111 111 } 112 112 #endif 113 113 114 - #endif /* ASM_X86__PCI_H */ 114 + #endif /* _ASM_X86_PCI_H */
+3 -3
arch/x86/include/asm/pci_32.h
··· 1 - #ifndef ASM_X86__PCI_32_H 2 - #define ASM_X86__PCI_32_H 1 + #ifndef _ASM_X86_PCI_32_H 2 + #define _ASM_X86_PCI_32_H 3 3 4 4 5 5 #ifdef __KERNEL__ ··· 31 31 #endif /* __KERNEL__ */ 32 32 33 33 34 - #endif /* ASM_X86__PCI_32_H */ 34 + #endif /* _ASM_X86_PCI_32_H */
+3 -3
arch/x86/include/asm/pci_64.h
··· 1 - #ifndef ASM_X86__PCI_64_H 2 - #define ASM_X86__PCI_64_H 1 + #ifndef _ASM_X86_PCI_64_H 2 + #define _ASM_X86_PCI_64_H 3 3 4 4 #ifdef __KERNEL__ 5 5 ··· 63 63 64 64 #endif /* __KERNEL__ */ 65 65 66 - #endif /* ASM_X86__PCI_64_H */ 66 + #endif /* _ASM_X86_PCI_64_H */
+3 -3
arch/x86/include/asm/pda.h
··· 1 - #ifndef ASM_X86__PDA_H 2 - #define ASM_X86__PDA_H 1 + #ifndef _ASM_X86_PDA_H 2 + #define _ASM_X86_PDA_H 3 3 4 4 #ifndef __ASSEMBLY__ 5 5 #include <linux/stddef.h> ··· 134 134 135 135 #define PDA_STACKOFFSET (5*8) 136 136 137 - #endif /* ASM_X86__PDA_H */ 137 + #endif /* _ASM_X86_PDA_H */
+3 -3
arch/x86/include/asm/percpu.h
··· 1 - #ifndef ASM_X86__PERCPU_H 2 - #define ASM_X86__PERCPU_H 1 + #ifndef _ASM_X86_PERCPU_H 2 + #define _ASM_X86_PERCPU_H 3 3 4 4 #ifdef CONFIG_X86_64 5 5 #include <linux/compiler.h> ··· 215 215 216 216 #endif /* !CONFIG_SMP */ 217 217 218 - #endif /* ASM_X86__PERCPU_H */ 218 + #endif /* _ASM_X86_PERCPU_H */
+3 -3
arch/x86/include/asm/pgalloc.h
··· 1 - #ifndef ASM_X86__PGALLOC_H 2 - #define ASM_X86__PGALLOC_H 1 + #ifndef _ASM_X86_PGALLOC_H 2 + #define _ASM_X86_PGALLOC_H 3 3 4 4 #include <linux/threads.h> 5 5 #include <linux/mm.h> /* for struct page */ ··· 111 111 #endif /* PAGETABLE_LEVELS > 3 */ 112 112 #endif /* PAGETABLE_LEVELS > 2 */ 113 113 114 - #endif /* ASM_X86__PGALLOC_H */ 114 + #endif /* _ASM_X86_PGALLOC_H */
+3 -3
arch/x86/include/asm/pgtable-2level-defs.h
··· 1 - #ifndef ASM_X86__PGTABLE_2LEVEL_DEFS_H 2 - #define ASM_X86__PGTABLE_2LEVEL_DEFS_H 1 + #ifndef _ASM_X86_PGTABLE_2LEVEL_DEFS_H 2 + #define _ASM_X86_PGTABLE_2LEVEL_DEFS_H 3 3 4 4 #define SHARED_KERNEL_PMD 0 5 5 ··· 17 17 18 18 #define PTRS_PER_PTE 1024 19 19 20 - #endif /* ASM_X86__PGTABLE_2LEVEL_DEFS_H */ 20 + #endif /* _ASM_X86_PGTABLE_2LEVEL_DEFS_H */
+3 -3
arch/x86/include/asm/pgtable-2level.h
··· 1 - #ifndef ASM_X86__PGTABLE_2LEVEL_H 2 - #define ASM_X86__PGTABLE_2LEVEL_H 1 + #ifndef _ASM_X86_PGTABLE_2LEVEL_H 2 + #define _ASM_X86_PGTABLE_2LEVEL_H 3 3 4 4 #define pte_ERROR(e) \ 5 5 printk("%s:%d: bad pte %08lx.\n", __FILE__, __LINE__, (e).pte_low) ··· 76 76 #define __pte_to_swp_entry(pte) ((swp_entry_t) { (pte).pte_low }) 77 77 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) 78 78 79 - #endif /* ASM_X86__PGTABLE_2LEVEL_H */ 79 + #endif /* _ASM_X86_PGTABLE_2LEVEL_H */
+3 -3
arch/x86/include/asm/pgtable-3level-defs.h
··· 1 - #ifndef ASM_X86__PGTABLE_3LEVEL_DEFS_H 2 - #define ASM_X86__PGTABLE_3LEVEL_DEFS_H 1 + #ifndef _ASM_X86_PGTABLE_3LEVEL_DEFS_H 2 + #define _ASM_X86_PGTABLE_3LEVEL_DEFS_H 3 3 4 4 #ifdef CONFIG_PARAVIRT 5 5 #define SHARED_KERNEL_PMD (pv_info.shared_kernel_pmd) ··· 25 25 */ 26 26 #define PTRS_PER_PTE 512 27 27 28 - #endif /* ASM_X86__PGTABLE_3LEVEL_DEFS_H */ 28 + #endif /* _ASM_X86_PGTABLE_3LEVEL_DEFS_H */
+3 -3
arch/x86/include/asm/pgtable-3level.h
··· 1 - #ifndef ASM_X86__PGTABLE_3LEVEL_H 2 - #define ASM_X86__PGTABLE_3LEVEL_H 1 + #ifndef _ASM_X86_PGTABLE_3LEVEL_H 2 + #define _ASM_X86_PGTABLE_3LEVEL_H 3 3 4 4 /* 5 5 * Intel Physical Address Extension (PAE) Mode - three-level page ··· 172 172 #define __pte_to_swp_entry(pte) ((swp_entry_t){ (pte).pte_high }) 173 173 #define __swp_entry_to_pte(x) ((pte_t){ { .pte_high = (x).val } }) 174 174 175 - #endif /* ASM_X86__PGTABLE_3LEVEL_H */ 175 + #endif /* _ASM_X86_PGTABLE_3LEVEL_H */
+3 -3
arch/x86/include/asm/pgtable.h
··· 1 - #ifndef ASM_X86__PGTABLE_H 2 - #define ASM_X86__PGTABLE_H 1 + #ifndef _ASM_X86_PGTABLE_H 2 + #define _ASM_X86_PGTABLE_H 3 3 4 4 #define FIRST_USER_ADDRESS 0 5 5 ··· 558 558 #include <asm-generic/pgtable.h> 559 559 #endif /* __ASSEMBLY__ */ 560 560 561 - #endif /* ASM_X86__PGTABLE_H */ 561 + #endif /* _ASM_X86_PGTABLE_H */
+3 -3
arch/x86/include/asm/pgtable_32.h
··· 1 - #ifndef ASM_X86__PGTABLE_32_H 2 - #define ASM_X86__PGTABLE_32_H 1 + #ifndef _ASM_X86_PGTABLE_32_H 2 + #define _ASM_X86_PGTABLE_32_H 3 3 4 4 5 5 /* ··· 188 188 #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ 189 189 remap_pfn_range(vma, vaddr, pfn, size, prot) 190 190 191 - #endif /* ASM_X86__PGTABLE_32_H */ 191 + #endif /* _ASM_X86_PGTABLE_32_H */
+3 -3
arch/x86/include/asm/pgtable_64.h
··· 1 - #ifndef ASM_X86__PGTABLE_64_H 2 - #define ASM_X86__PGTABLE_64_H 1 + #ifndef _ASM_X86_PGTABLE_64_H 2 + #define _ASM_X86_PGTABLE_64_H 3 3 4 4 #include <linux/const.h> 5 5 #ifndef __ASSEMBLY__ ··· 282 282 #define __HAVE_ARCH_PTE_SAME 283 283 #endif /* !__ASSEMBLY__ */ 284 284 285 - #endif /* ASM_X86__PGTABLE_64_H */ 285 + #endif /* _ASM_X86_PGTABLE_64_H */
+3 -3
arch/x86/include/asm/posix_types_32.h
··· 1 - #ifndef ASM_X86__POSIX_TYPES_32_H 2 - #define ASM_X86__POSIX_TYPES_32_H 1 + #ifndef _ASM_X86_POSIX_TYPES_32_H 2 + #define _ASM_X86_POSIX_TYPES_32_H 3 3 4 4 /* 5 5 * This file is generally used by user-level software, so you need to ··· 82 82 83 83 #endif /* defined(__KERNEL__) */ 84 84 85 - #endif /* ASM_X86__POSIX_TYPES_32_H */ 85 + #endif /* _ASM_X86_POSIX_TYPES_32_H */
+3 -3
arch/x86/include/asm/posix_types_64.h
··· 1 - #ifndef ASM_X86__POSIX_TYPES_64_H 2 - #define ASM_X86__POSIX_TYPES_64_H 1 + #ifndef _ASM_X86_POSIX_TYPES_64_H 2 + #define _ASM_X86_POSIX_TYPES_64_H 3 3 4 4 /* 5 5 * This file is generally used by user-level software, so you need to ··· 116 116 117 117 #endif /* defined(__KERNEL__) */ 118 118 119 - #endif /* ASM_X86__POSIX_TYPES_64_H */ 119 + #endif /* _ASM_X86_POSIX_TYPES_64_H */
+3 -3
arch/x86/include/asm/prctl.h
··· 1 - #ifndef ASM_X86__PRCTL_H 2 - #define ASM_X86__PRCTL_H 1 + #ifndef _ASM_X86_PRCTL_H 2 + #define _ASM_X86_PRCTL_H 3 3 4 4 #define ARCH_SET_GS 0x1001 5 5 #define ARCH_SET_FS 0x1002 ··· 7 7 #define ARCH_GET_GS 0x1004 8 8 9 9 10 - #endif /* ASM_X86__PRCTL_H */ 10 + #endif /* _ASM_X86_PRCTL_H */
+3 -3
arch/x86/include/asm/processor-flags.h
··· 1 - #ifndef ASM_X86__PROCESSOR_FLAGS_H 2 - #define ASM_X86__PROCESSOR_FLAGS_H 1 + #ifndef _ASM_X86_PROCESSOR_FLAGS_H 2 + #define _ASM_X86_PROCESSOR_FLAGS_H 3 3 /* Various flags defined: can be included from assembler. */ 4 4 5 5 /* ··· 97 97 #endif 98 98 #endif 99 99 100 - #endif /* ASM_X86__PROCESSOR_FLAGS_H */ 100 + #endif /* _ASM_X86_PROCESSOR_FLAGS_H */
+3 -3
arch/x86/include/asm/processor.h
··· 1 - #ifndef ASM_X86__PROCESSOR_H 2 - #define ASM_X86__PROCESSOR_H 1 + #ifndef _ASM_X86_PROCESSOR_H 2 + #define _ASM_X86_PROCESSOR_H 3 3 4 4 #include <asm/processor-flags.h> 5 5 ··· 933 933 extern int get_tsc_mode(unsigned long adr); 934 934 extern int set_tsc_mode(unsigned int val); 935 935 936 - #endif /* ASM_X86__PROCESSOR_H */ 936 + #endif /* _ASM_X86_PROCESSOR_H */
+3 -3
arch/x86/include/asm/proto.h
··· 1 - #ifndef ASM_X86__PROTO_H 2 - #define ASM_X86__PROTO_H 1 + #ifndef _ASM_X86_PROTO_H 2 + #define _ASM_X86_PROTO_H 3 3 4 4 #include <asm/ldt.h> 5 5 ··· 29 29 #define round_up(x, y) (((x) + (y) - 1) & ~((y) - 1)) 30 30 #define round_down(x, y) ((x) & ~((y) - 1)) 31 31 32 - #endif /* ASM_X86__PROTO_H */ 32 + #endif /* _ASM_X86_PROTO_H */
+3 -3
arch/x86/include/asm/ptrace-abi.h
··· 1 - #ifndef ASM_X86__PTRACE_ABI_H 2 - #define ASM_X86__PTRACE_ABI_H 1 + #ifndef _ASM_X86_PTRACE_ABI_H 2 + #define _ASM_X86_PTRACE_ABI_H 3 3 4 4 #ifdef __i386__ 5 5 ··· 142 142 */ 143 143 #endif /* CONFIG_X86_PTRACE_BTS */ 144 144 145 - #endif /* ASM_X86__PTRACE_ABI_H */ 145 + #endif /* _ASM_X86_PTRACE_ABI_H */
+3 -3
arch/x86/include/asm/ptrace.h
··· 1 - #ifndef ASM_X86__PTRACE_H 2 - #define ASM_X86__PTRACE_H 1 + #ifndef _ASM_X86_PTRACE_H 2 + #define _ASM_X86_PTRACE_H 3 3 4 4 #include <linux/compiler.h> /* For __user */ 5 5 #include <asm/ptrace-abi.h> ··· 277 277 278 278 #endif /* !__ASSEMBLY__ */ 279 279 280 - #endif /* ASM_X86__PTRACE_H */ 280 + #endif /* _ASM_X86_PTRACE_H */
+3 -3
arch/x86/include/asm/pvclock-abi.h
··· 1 - #ifndef ASM_X86__PVCLOCK_ABI_H 2 - #define ASM_X86__PVCLOCK_ABI_H 1 + #ifndef _ASM_X86_PVCLOCK_ABI_H 2 + #define _ASM_X86_PVCLOCK_ABI_H 3 3 #ifndef __ASSEMBLY__ 4 4 5 5 /* ··· 39 39 } __attribute__((__packed__)); 40 40 41 41 #endif /* __ASSEMBLY__ */ 42 - #endif /* ASM_X86__PVCLOCK_ABI_H */ 42 + #endif /* _ASM_X86_PVCLOCK_ABI_H */
+3 -3
arch/x86/include/asm/pvclock.h
··· 1 - #ifndef ASM_X86__PVCLOCK_H 2 - #define ASM_X86__PVCLOCK_H 1 + #ifndef _ASM_X86_PVCLOCK_H 2 + #define _ASM_X86_PVCLOCK_H 3 3 4 4 #include <linux/clocksource.h> 5 5 #include <asm/pvclock-abi.h> ··· 11 11 struct pvclock_vcpu_time_info *vcpu, 12 12 struct timespec *ts); 13 13 14 - #endif /* ASM_X86__PVCLOCK_H */ 14 + #endif /* _ASM_X86_PVCLOCK_H */
+3 -3
arch/x86/include/asm/reboot.h
··· 1 - #ifndef ASM_X86__REBOOT_H 2 - #define ASM_X86__REBOOT_H 1 + #ifndef _ASM_X86_REBOOT_H 2 + #define _ASM_X86_REBOOT_H 3 3 4 4 struct pt_regs; 5 5 ··· 18 18 void native_machine_shutdown(void); 19 19 void machine_real_restart(const unsigned char *code, int length); 20 20 21 - #endif /* ASM_X86__REBOOT_H */ 21 + #endif /* _ASM_X86_REBOOT_H */
+3 -3
arch/x86/include/asm/reboot_fixups.h
··· 1 - #ifndef ASM_X86__REBOOT_FIXUPS_H 2 - #define ASM_X86__REBOOT_FIXUPS_H 1 + #ifndef _ASM_X86_REBOOT_FIXUPS_H 2 + #define _ASM_X86_REBOOT_FIXUPS_H 3 3 4 4 extern void mach_reboot_fixups(void); 5 5 6 - #endif /* ASM_X86__REBOOT_FIXUPS_H */ 6 + #endif /* _ASM_X86_REBOOT_FIXUPS_H */
+3 -3
arch/x86/include/asm/required-features.h
··· 1 - #ifndef ASM_X86__REQUIRED_FEATURES_H 2 - #define ASM_X86__REQUIRED_FEATURES_H 1 + #ifndef _ASM_X86_REQUIRED_FEATURES_H 2 + #define _ASM_X86_REQUIRED_FEATURES_H 3 3 4 4 /* Define minimum CPUID feature set for kernel These bits are checked 5 5 really early to actually display a visible error message before the ··· 79 79 #define REQUIRED_MASK6 0 80 80 #define REQUIRED_MASK7 0 81 81 82 - #endif /* ASM_X86__REQUIRED_FEATURES_H */ 82 + #endif /* _ASM_X86_REQUIRED_FEATURES_H */
+3 -3
arch/x86/include/asm/resume-trace.h
··· 1 - #ifndef ASM_X86__RESUME_TRACE_H 2 - #define ASM_X86__RESUME_TRACE_H 1 + #ifndef _ASM_X86_RESUME_TRACE_H 2 + #define _ASM_X86_RESUME_TRACE_H 3 3 4 4 #include <asm/asm.h> 5 5 ··· 18 18 } \ 19 19 } while (0) 20 20 21 - #endif /* ASM_X86__RESUME_TRACE_H */ 21 + #endif /* _ASM_X86_RESUME_TRACE_H */
+3 -3
arch/x86/include/asm/rio.h
··· 5 5 * Author: Laurent Vivier <Laurent.Vivier@bull.net> 6 6 */ 7 7 8 - #ifndef ASM_X86__RIO_H 9 - #define ASM_X86__RIO_H 8 + #ifndef _ASM_X86_RIO_H 9 + #define _ASM_X86_RIO_H 10 10 11 11 #define RIO_TABLE_VERSION 3 12 12 ··· 60 60 ALT_CALGARY = 5, /* Second Planar Calgary */ 61 61 }; 62 62 63 - #endif /* ASM_X86__RIO_H */ 63 + #endif /* _ASM_X86_RIO_H */
+3 -3
arch/x86/include/asm/rwlock.h
··· 1 - #ifndef ASM_X86__RWLOCK_H 2 - #define ASM_X86__RWLOCK_H 1 + #ifndef _ASM_X86_RWLOCK_H 2 + #define _ASM_X86_RWLOCK_H 3 3 4 4 #define RW_LOCK_BIAS 0x01000000 5 5 6 6 /* Actual code is in asm/spinlock.h or in arch/x86/lib/rwlock.S */ 7 7 8 - #endif /* ASM_X86__RWLOCK_H */ 8 + #endif /* _ASM_X86_RWLOCK_H */
+3 -3
arch/x86/include/asm/rwsem.h
··· 29 29 * front, then they'll all be woken up, but no other readers will be. 30 30 */ 31 31 32 - #ifndef ASM_X86__RWSEM_H 33 - #define ASM_X86__RWSEM_H 32 + #ifndef _ASM_X86_RWSEM_H 33 + #define _ASM_X86_RWSEM_H 34 34 35 35 #ifndef _LINUX_RWSEM_H 36 36 #error "please don't include asm/rwsem.h directly, use linux/rwsem.h instead" ··· 262 262 } 263 263 264 264 #endif /* __KERNEL__ */ 265 - #endif /* ASM_X86__RWSEM_H */ 265 + #endif /* _ASM_X86_RWSEM_H */
+3 -3
arch/x86/include/asm/scatterlist.h
··· 1 - #ifndef ASM_X86__SCATTERLIST_H 2 - #define ASM_X86__SCATTERLIST_H 1 + #ifndef _ASM_X86_SCATTERLIST_H 2 + #define _ASM_X86_SCATTERLIST_H 3 3 4 4 #include <asm/types.h> 5 5 ··· 30 30 # define sg_dma_len(sg) ((sg)->dma_length) 31 31 #endif 32 32 33 - #endif /* ASM_X86__SCATTERLIST_H */ 33 + #endif /* _ASM_X86_SCATTERLIST_H */
+3 -3
arch/x86/include/asm/seccomp_32.h
··· 1 - #ifndef ASM_X86__SECCOMP_32_H 2 - #define ASM_X86__SECCOMP_32_H 1 + #ifndef _ASM_X86_SECCOMP_32_H 2 + #define _ASM_X86_SECCOMP_32_H 3 3 4 4 #include <linux/thread_info.h> 5 5 ··· 14 14 #define __NR_seccomp_exit __NR_exit 15 15 #define __NR_seccomp_sigreturn __NR_sigreturn 16 16 17 - #endif /* ASM_X86__SECCOMP_32_H */ 17 + #endif /* _ASM_X86_SECCOMP_32_H */
+3 -3
arch/x86/include/asm/seccomp_64.h
··· 1 - #ifndef ASM_X86__SECCOMP_64_H 2 - #define ASM_X86__SECCOMP_64_H 1 + #ifndef _ASM_X86_SECCOMP_64_H 2 + #define _ASM_X86_SECCOMP_64_H 3 3 4 4 #include <linux/thread_info.h> 5 5 ··· 22 22 #define __NR_seccomp_exit_32 __NR_ia32_exit 23 23 #define __NR_seccomp_sigreturn_32 __NR_ia32_sigreturn 24 24 25 - #endif /* ASM_X86__SECCOMP_64_H */ 25 + #endif /* _ASM_X86_SECCOMP_64_H */
+3 -3
arch/x86/include/asm/segment.h
··· 1 - #ifndef ASM_X86__SEGMENT_H 2 - #define ASM_X86__SEGMENT_H 1 + #ifndef _ASM_X86_SEGMENT_H 2 + #define _ASM_X86_SEGMENT_H 3 3 4 4 /* Constructor for a conventional segment GDT (or LDT) entry */ 5 5 /* This is a macro so it can be used in initializers */ ··· 206 206 #endif 207 207 #endif 208 208 209 - #endif /* ASM_X86__SEGMENT_H */ 209 + #endif /* _ASM_X86_SEGMENT_H */
+3 -3
arch/x86/include/asm/sembuf.h
··· 1 - #ifndef ASM_X86__SEMBUF_H 2 - #define ASM_X86__SEMBUF_H 1 + #ifndef _ASM_X86_SEMBUF_H 2 + #define _ASM_X86_SEMBUF_H 3 3 4 4 /* 5 5 * The semid64_ds structure for x86 architecture. ··· 21 21 unsigned long __unused4; 22 22 }; 23 23 24 - #endif /* ASM_X86__SEMBUF_H */ 24 + #endif /* _ASM_X86_SEMBUF_H */
+3 -3
arch/x86/include/asm/serial.h
··· 1 - #ifndef ASM_X86__SERIAL_H 2 - #define ASM_X86__SERIAL_H 1 + #ifndef _ASM_X86_SERIAL_H 2 + #define _ASM_X86_SERIAL_H 3 3 4 4 /* 5 5 * This assumes you have a 1.8432 MHz clock for your UART. ··· 26 26 { 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS }, /* ttyS2 */ \ 27 27 { 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */ 28 28 29 - #endif /* ASM_X86__SERIAL_H */ 29 + #endif /* _ASM_X86_SERIAL_H */
+3 -3
arch/x86/include/asm/setup.h
··· 1 - #ifndef ASM_X86__SETUP_H 2 - #define ASM_X86__SETUP_H 1 + #ifndef _ASM_X86_SETUP_H 2 + #define _ASM_X86_SETUP_H 3 3 4 4 #define COMMAND_LINE_SIZE 2048 5 5 ··· 102 102 #endif /* __ASSEMBLY__ */ 103 103 #endif /* __KERNEL__ */ 104 104 105 - #endif /* ASM_X86__SETUP_H */ 105 + #endif /* _ASM_X86_SETUP_H */
+3 -3
arch/x86/include/asm/shmbuf.h
··· 1 - #ifndef ASM_X86__SHMBUF_H 2 - #define ASM_X86__SHMBUF_H 1 + #ifndef _ASM_X86_SHMBUF_H 2 + #define _ASM_X86_SHMBUF_H 3 3 4 4 /* 5 5 * The shmid64_ds structure for x86 architecture. ··· 48 48 unsigned long __unused4; 49 49 }; 50 50 51 - #endif /* ASM_X86__SHMBUF_H */ 51 + #endif /* _ASM_X86_SHMBUF_H */
+3 -3
arch/x86/include/asm/shmparam.h
··· 1 - #ifndef ASM_X86__SHMPARAM_H 2 - #define ASM_X86__SHMPARAM_H 1 + #ifndef _ASM_X86_SHMPARAM_H 2 + #define _ASM_X86_SHMPARAM_H 3 3 4 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ 5 5 6 - #endif /* ASM_X86__SHMPARAM_H */ 6 + #endif /* _ASM_X86_SHMPARAM_H */
+3 -3
arch/x86/include/asm/sigcontext.h
··· 1 - #ifndef ASM_X86__SIGCONTEXT_H 2 - #define ASM_X86__SIGCONTEXT_H 1 + #ifndef _ASM_X86_SIGCONTEXT_H 2 + #define _ASM_X86_SIGCONTEXT_H 3 3 4 4 #include <linux/compiler.h> 5 5 #include <asm/types.h> ··· 281 281 /* new processor state extensions go here */ 282 282 }; 283 283 284 - #endif /* ASM_X86__SIGCONTEXT_H */ 284 + #endif /* _ASM_X86_SIGCONTEXT_H */
+3 -3
arch/x86/include/asm/sigcontext32.h
··· 1 - #ifndef ASM_X86__SIGCONTEXT32_H 2 - #define ASM_X86__SIGCONTEXT32_H 1 + #ifndef _ASM_X86_SIGCONTEXT32_H 2 + #define _ASM_X86_SIGCONTEXT32_H 3 3 4 4 /* signal context for 32bit programs. */ 5 5 ··· 72 72 unsigned int cr2; 73 73 }; 74 74 75 - #endif /* ASM_X86__SIGCONTEXT32_H */ 75 + #endif /* _ASM_X86_SIGCONTEXT32_H */
+3 -3
arch/x86/include/asm/siginfo.h
··· 1 - #ifndef ASM_X86__SIGINFO_H 2 - #define ASM_X86__SIGINFO_H 1 + #ifndef _ASM_X86_SIGINFO_H 2 + #define _ASM_X86_SIGINFO_H 3 3 4 4 #ifdef __x86_64__ 5 5 # define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) ··· 7 7 8 8 #include <asm-generic/siginfo.h> 9 9 10 - #endif /* ASM_X86__SIGINFO_H */ 10 + #endif /* _ASM_X86_SIGINFO_H */
+3 -3
arch/x86/include/asm/signal.h
··· 1 - #ifndef ASM_X86__SIGNAL_H 2 - #define ASM_X86__SIGNAL_H 1 + #ifndef _ASM_X86_SIGNAL_H 2 + #define _ASM_X86_SIGNAL_H 3 3 4 4 #ifndef __ASSEMBLY__ 5 5 #include <linux/types.h> ··· 259 259 #endif /* __KERNEL__ */ 260 260 #endif /* __ASSEMBLY__ */ 261 261 262 - #endif /* ASM_X86__SIGNAL_H */ 262 + #endif /* _ASM_X86_SIGNAL_H */
+3 -3
arch/x86/include/asm/smp.h
··· 1 - #ifndef ASM_X86__SMP_H 2 - #define ASM_X86__SMP_H 1 + #ifndef _ASM_X86_SMP_H 2 + #define _ASM_X86_SMP_H 3 3 #ifndef __ASSEMBLY__ 4 4 #include <linux/cpumask.h> 5 5 #include <linux/init.h> ··· 226 226 #endif /* CONFIG_X86_LOCAL_APIC */ 227 227 228 228 #endif /* __ASSEMBLY__ */ 229 - #endif /* ASM_X86__SMP_H */ 229 + #endif /* _ASM_X86_SMP_H */
+3 -3
arch/x86/include/asm/socket.h
··· 1 - #ifndef ASM_X86__SOCKET_H 2 - #define ASM_X86__SOCKET_H 1 + #ifndef _ASM_X86_SOCKET_H 2 + #define _ASM_X86_SOCKET_H 3 3 4 4 #include <asm/sockios.h> 5 5 ··· 54 54 55 55 #define SO_MARK 36 56 56 57 - #endif /* ASM_X86__SOCKET_H */ 57 + #endif /* _ASM_X86_SOCKET_H */
+3 -3
arch/x86/include/asm/sockios.h
··· 1 - #ifndef ASM_X86__SOCKIOS_H 2 - #define ASM_X86__SOCKIOS_H 1 + #ifndef _ASM_X86_SOCKIOS_H 2 + #define _ASM_X86_SOCKIOS_H 3 3 4 4 /* Socket-level I/O control calls. */ 5 5 #define FIOSETOWN 0x8901 ··· 10 10 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ 11 11 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ 12 12 13 - #endif /* ASM_X86__SOCKIOS_H */ 13 + #endif /* _ASM_X86_SOCKIOS_H */
+3 -3
arch/x86/include/asm/sparsemem.h
··· 1 - #ifndef ASM_X86__SPARSEMEM_H 2 - #define ASM_X86__SPARSEMEM_H 1 + #ifndef _ASM_X86_SPARSEMEM_H 2 + #define _ASM_X86_SPARSEMEM_H 3 3 4 4 #ifdef CONFIG_SPARSEMEM 5 5 /* ··· 31 31 #endif 32 32 33 33 #endif /* CONFIG_SPARSEMEM */ 34 - #endif /* ASM_X86__SPARSEMEM_H */ 34 + #endif /* _ASM_X86_SPARSEMEM_H */
+3 -3
arch/x86/include/asm/spinlock.h
··· 1 - #ifndef ASM_X86__SPINLOCK_H 2 - #define ASM_X86__SPINLOCK_H 1 + #ifndef _ASM_X86_SPINLOCK_H 2 + #define _ASM_X86_SPINLOCK_H 3 3 4 4 #include <asm/atomic.h> 5 5 #include <asm/rwlock.h> ··· 361 361 #define _raw_read_relax(lock) cpu_relax() 362 362 #define _raw_write_relax(lock) cpu_relax() 363 363 364 - #endif /* ASM_X86__SPINLOCK_H */ 364 + #endif /* _ASM_X86_SPINLOCK_H */
+3 -3
arch/x86/include/asm/spinlock_types.h
··· 1 - #ifndef ASM_X86__SPINLOCK_TYPES_H 2 - #define ASM_X86__SPINLOCK_TYPES_H 1 + #ifndef _ASM_X86_SPINLOCK_TYPES_H 2 + #define _ASM_X86_SPINLOCK_TYPES_H 3 3 4 4 #ifndef __LINUX_SPINLOCK_TYPES_H 5 5 # error "please don't include this file directly" ··· 17 17 18 18 #define __RAW_RW_LOCK_UNLOCKED { RW_LOCK_BIAS } 19 19 20 - #endif /* ASM_X86__SPINLOCK_TYPES_H */ 20 + #endif /* _ASM_X86_SPINLOCK_TYPES_H */
+3 -3
arch/x86/include/asm/srat.h
··· 24 24 * Send feedback to Pat Gaughen <gone@us.ibm.com> 25 25 */ 26 26 27 - #ifndef ASM_X86__SRAT_H 28 - #define ASM_X86__SRAT_H 27 + #ifndef _ASM_X86_SRAT_H 28 + #define _ASM_X86_SRAT_H 29 29 30 30 #ifdef CONFIG_ACPI_NUMA 31 31 extern int get_memcfg_from_srat(void); ··· 36 36 } 37 37 #endif 38 38 39 - #endif /* ASM_X86__SRAT_H */ 39 + #endif /* _ASM_X86_SRAT_H */
+3 -3
arch/x86/include/asm/stacktrace.h
··· 1 - #ifndef ASM_X86__STACKTRACE_H 2 - #define ASM_X86__STACKTRACE_H 1 + #ifndef _ASM_X86_STACKTRACE_H 2 + #define _ASM_X86_STACKTRACE_H 3 3 4 4 extern int kstack_depth_to_print; 5 5 ··· 18 18 unsigned long *stack, unsigned long bp, 19 19 const struct stacktrace_ops *ops, void *data); 20 20 21 - #endif /* ASM_X86__STACKTRACE_H */ 21 + #endif /* _ASM_X86_STACKTRACE_H */
+3 -3
arch/x86/include/asm/stat.h
··· 1 - #ifndef ASM_X86__STAT_H 2 - #define ASM_X86__STAT_H 1 + #ifndef _ASM_X86_STAT_H 2 + #define _ASM_X86_STAT_H 3 3 4 4 #define STAT_HAVE_NSEC 1 5 5 ··· 111 111 #endif 112 112 }; 113 113 114 - #endif /* ASM_X86__STAT_H */ 114 + #endif /* _ASM_X86_STAT_H */
+3 -3
arch/x86/include/asm/statfs.h
··· 1 - #ifndef ASM_X86__STATFS_H 2 - #define ASM_X86__STATFS_H 1 + #ifndef _ASM_X86_STATFS_H 2 + #define _ASM_X86_STATFS_H 3 3 4 4 /* 5 5 * We need compat_statfs64 to be packed, because the i386 ABI won't ··· 9 9 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4))) 10 10 11 11 #include <asm-generic/statfs.h> 12 - #endif /* ASM_X86__STATFS_H */ 12 + #endif /* _ASM_X86_STATFS_H */
+3 -3
arch/x86/include/asm/string_32.h
··· 1 - #ifndef ASM_X86__STRING_32_H 2 - #define ASM_X86__STRING_32_H 1 + #ifndef _ASM_X86_STRING_32_H 2 + #define _ASM_X86_STRING_32_H 3 3 4 4 #ifdef __KERNEL__ 5 5 ··· 323 323 324 324 #endif /* __KERNEL__ */ 325 325 326 - #endif /* ASM_X86__STRING_32_H */ 326 + #endif /* _ASM_X86_STRING_32_H */
+3 -3
arch/x86/include/asm/string_64.h
··· 1 - #ifndef ASM_X86__STRING_64_H 2 - #define ASM_X86__STRING_64_H 1 + #ifndef _ASM_X86_STRING_64_H 2 + #define _ASM_X86_STRING_64_H 3 3 4 4 #ifdef __KERNEL__ 5 5 ··· 57 57 58 58 #endif /* __KERNEL__ */ 59 59 60 - #endif /* ASM_X86__STRING_64_H */ 60 + #endif /* _ASM_X86_STRING_64_H */
+3 -3
arch/x86/include/asm/suspend_32.h
··· 3 3 * Based on code 4 4 * Copyright 2001 Patrick Mochel <mochel@osdl.org> 5 5 */ 6 - #ifndef ASM_X86__SUSPEND_32_H 7 - #define ASM_X86__SUSPEND_32_H 6 + #ifndef _ASM_X86_SUSPEND_32_H 7 + #define _ASM_X86_SUSPEND_32_H 8 8 9 9 #include <asm/desc.h> 10 10 #include <asm/i387.h> ··· 48 48 extern int acpi_save_state_mem(void); 49 49 #endif 50 50 51 - #endif /* ASM_X86__SUSPEND_32_H */ 51 + #endif /* _ASM_X86_SUSPEND_32_H */
+3 -3
arch/x86/include/asm/suspend_64.h
··· 3 3 * Based on code 4 4 * Copyright 2001 Patrick Mochel <mochel@osdl.org> 5 5 */ 6 - #ifndef ASM_X86__SUSPEND_64_H 7 - #define ASM_X86__SUSPEND_64_H 6 + #ifndef _ASM_X86_SUSPEND_64_H 7 + #define _ASM_X86_SUSPEND_64_H 8 8 9 9 #include <asm/desc.h> 10 10 #include <asm/i387.h> ··· 49 49 extern char core_restore_code; 50 50 extern char restore_registers; 51 51 52 - #endif /* ASM_X86__SUSPEND_64_H */ 52 + #endif /* _ASM_X86_SUSPEND_64_H */
+3 -3
arch/x86/include/asm/swiotlb.h
··· 1 - #ifndef ASM_X86__SWIOTLB_H 2 - #define ASM_X86__SWIOTLB_H 1 + #ifndef _ASM_X86_SWIOTLB_H 2 + #define _ASM_X86_SWIOTLB_H 3 3 4 4 #include <asm/dma-mapping.h> 5 5 ··· 55 55 56 56 static inline void dma_mark_clean(void *addr, size_t size) {} 57 57 58 - #endif /* ASM_X86__SWIOTLB_H */ 58 + #endif /* _ASM_X86_SWIOTLB_H */
+3 -3
arch/x86/include/asm/sync_bitops.h
··· 1 - #ifndef ASM_X86__SYNC_BITOPS_H 2 - #define ASM_X86__SYNC_BITOPS_H 1 + #ifndef _ASM_X86_SYNC_BITOPS_H 2 + #define _ASM_X86_SYNC_BITOPS_H 3 3 4 4 /* 5 5 * Copyright 1992, Linus Torvalds. ··· 127 127 128 128 #undef ADDR 129 129 130 - #endif /* ASM_X86__SYNC_BITOPS_H */ 130 + #endif /* _ASM_X86_SYNC_BITOPS_H */
+3 -3
arch/x86/include/asm/system.h
··· 1 - #ifndef ASM_X86__SYSTEM_H 2 - #define ASM_X86__SYSTEM_H 1 + #ifndef _ASM_X86_SYSTEM_H 2 + #define _ASM_X86_SYSTEM_H 3 3 4 4 #include <asm/asm.h> 5 5 #include <asm/segment.h> ··· 422 422 alternative(ASM_NOP3, "lfence", X86_FEATURE_LFENCE_RDTSC); 423 423 } 424 424 425 - #endif /* ASM_X86__SYSTEM_H */ 425 + #endif /* _ASM_X86_SYSTEM_H */
+3 -3
arch/x86/include/asm/system_64.h
··· 1 - #ifndef ASM_X86__SYSTEM_64_H 2 - #define ASM_X86__SYSTEM_64_H 1 + #ifndef _ASM_X86_SYSTEM_64_H 2 + #define _ASM_X86_SYSTEM_64_H 3 3 4 4 #include <asm/segment.h> 5 5 #include <asm/cmpxchg.h> ··· 19 19 20 20 #include <linux/irqflags.h> 21 21 22 - #endif /* ASM_X86__SYSTEM_64_H */ 22 + #endif /* _ASM_X86_SYSTEM_64_H */
+3 -3
arch/x86/include/asm/tce.h
··· 21 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 22 */ 23 23 24 - #ifndef ASM_X86__TCE_H 25 - #define ASM_X86__TCE_H 24 + #ifndef _ASM_X86_TCE_H 25 + #define _ASM_X86_TCE_H 26 26 27 27 extern unsigned int specified_table_size; 28 28 struct iommu_table; ··· 45 45 extern void __init free_tce_table(void *tbl); 46 46 extern int __init build_tce_table(struct pci_dev *dev, void __iomem *bbar); 47 47 48 - #endif /* ASM_X86__TCE_H */ 48 + #endif /* _ASM_X86_TCE_H */
+3 -3
arch/x86/include/asm/termbits.h
··· 1 - #ifndef ASM_X86__TERMBITS_H 2 - #define ASM_X86__TERMBITS_H 1 + #ifndef _ASM_X86_TERMBITS_H 2 + #define _ASM_X86_TERMBITS_H 3 3 4 4 #include <linux/posix_types.h> 5 5 ··· 195 195 #define TCSADRAIN 1 196 196 #define TCSAFLUSH 2 197 197 198 - #endif /* ASM_X86__TERMBITS_H */ 198 + #endif /* _ASM_X86_TERMBITS_H */
+3 -3
arch/x86/include/asm/termios.h
··· 1 - #ifndef ASM_X86__TERMIOS_H 2 - #define ASM_X86__TERMIOS_H 1 + #ifndef _ASM_X86_TERMIOS_H 2 + #define _ASM_X86_TERMIOS_H 3 3 4 4 #include <asm/termbits.h> 5 5 #include <asm/ioctls.h> ··· 110 110 111 111 #endif /* __KERNEL__ */ 112 112 113 - #endif /* ASM_X86__TERMIOS_H */ 113 + #endif /* _ASM_X86_TERMIOS_H */
+3 -3
arch/x86/include/asm/therm_throt.h
··· 1 - #ifndef ASM_X86__THERM_THROT_H 2 - #define ASM_X86__THERM_THROT_H 1 + #ifndef _ASM_X86_THERM_THROT_H 2 + #define _ASM_X86_THERM_THROT_H 3 3 4 4 #include <asm/atomic.h> 5 5 6 6 extern atomic_t therm_throt_en; 7 7 int therm_throt_process(int curr); 8 8 9 - #endif /* ASM_X86__THERM_THROT_H */ 9 + #endif /* _ASM_X86_THERM_THROT_H */
+3 -3
arch/x86/include/asm/thread_info.h
··· 4 4 * - Incorporating suggestions made by Linus Torvalds and Dave Miller 5 5 */ 6 6 7 - #ifndef ASM_X86__THREAD_INFO_H 8 - #define ASM_X86__THREAD_INFO_H 7 + #ifndef _ASM_X86_THREAD_INFO_H 8 + #define _ASM_X86_THREAD_INFO_H 9 9 10 10 #include <linux/compiler.h> 11 11 #include <asm/page.h> ··· 261 261 extern int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src); 262 262 #define arch_task_cache_init arch_task_cache_init 263 263 #endif 264 - #endif /* ASM_X86__THREAD_INFO_H */ 264 + #endif /* _ASM_X86_THREAD_INFO_H */
+3 -3
arch/x86/include/asm/time.h
··· 1 - #ifndef ASM_X86__TIME_H 2 - #define ASM_X86__TIME_H 1 + #ifndef _ASM_X86_TIME_H 2 + #define _ASM_X86_TIME_H 3 3 4 4 extern void hpet_time_init(void); 5 5 ··· 60 60 61 61 extern unsigned long __init calibrate_cpu(void); 62 62 63 - #endif /* ASM_X86__TIME_H */ 63 + #endif /* _ASM_X86_TIME_H */
+3 -3
arch/x86/include/asm/timer.h
··· 1 - #ifndef ASM_X86__TIMER_H 2 - #define ASM_X86__TIMER_H 1 + #ifndef _ASM_X86_TIMER_H 2 + #define _ASM_X86_TIMER_H 3 3 #include <linux/init.h> 4 4 #include <linux/pm.h> 5 5 #include <linux/percpu.h> ··· 63 63 return ns; 64 64 } 65 65 66 - #endif /* ASM_X86__TIMER_H */ 66 + #endif /* _ASM_X86_TIMER_H */
+3 -3
arch/x86/include/asm/timex.h
··· 1 1 /* x86 architecture timex specifications */ 2 - #ifndef ASM_X86__TIMEX_H 3 - #define ASM_X86__TIMEX_H 2 + #ifndef _ASM_X86_TIMEX_H 3 + #define _ASM_X86_TIMEX_H 4 4 5 5 #include <asm/processor.h> 6 6 #include <asm/tsc.h> ··· 16 16 17 17 #define ARCH_HAS_READ_CURRENT_TIMER 18 18 19 - #endif /* ASM_X86__TIMEX_H */ 19 + #endif /* _ASM_X86_TIMEX_H */
+3 -3
arch/x86/include/asm/tlb.h
··· 1 - #ifndef ASM_X86__TLB_H 2 - #define ASM_X86__TLB_H 1 + #ifndef _ASM_X86_TLB_H 2 + #define _ASM_X86_TLB_H 3 3 4 4 #define tlb_start_vma(tlb, vma) do { } while (0) 5 5 #define tlb_end_vma(tlb, vma) do { } while (0) ··· 8 8 9 9 #include <asm-generic/tlb.h> 10 10 11 - #endif /* ASM_X86__TLB_H */ 11 + #endif /* _ASM_X86_TLB_H */
+3 -3
arch/x86/include/asm/tlbflush.h
··· 1 - #ifndef ASM_X86__TLBFLUSH_H 2 - #define ASM_X86__TLBFLUSH_H 1 + #ifndef _ASM_X86_TLBFLUSH_H 2 + #define _ASM_X86_TLBFLUSH_H 3 3 4 4 #include <linux/mm.h> 5 5 #include <linux/sched.h> ··· 175 175 flush_tlb_all(); 176 176 } 177 177 178 - #endif /* ASM_X86__TLBFLUSH_H */ 178 + #endif /* _ASM_X86_TLBFLUSH_H */
+3 -3
arch/x86/include/asm/topology.h
··· 22 22 * 23 23 * Send feedback to <colpatch@us.ibm.com> 24 24 */ 25 - #ifndef ASM_X86__TOPOLOGY_H 26 - #define ASM_X86__TOPOLOGY_H 25 + #ifndef _ASM_X86_TOPOLOGY_H 26 + #define _ASM_X86_TOPOLOGY_H 27 27 28 28 #ifdef CONFIG_X86_32 29 29 # ifdef CONFIG_X86_HT ··· 255 255 } 256 256 #endif 257 257 258 - #endif /* ASM_X86__TOPOLOGY_H */ 258 + #endif /* _ASM_X86_TOPOLOGY_H */
+3 -3
arch/x86/include/asm/trampoline.h
··· 1 - #ifndef ASM_X86__TRAMPOLINE_H 2 - #define ASM_X86__TRAMPOLINE_H 1 + #ifndef _ASM_X86_TRAMPOLINE_H 2 + #define _ASM_X86_TRAMPOLINE_H 3 3 4 4 #ifndef __ASSEMBLY__ 5 5 ··· 18 18 19 19 #endif /* __ASSEMBLY__ */ 20 20 21 - #endif /* ASM_X86__TRAMPOLINE_H */ 21 + #endif /* _ASM_X86_TRAMPOLINE_H */
+3 -3
arch/x86/include/asm/traps.h
··· 1 - #ifndef ASM_X86__TRAPS_H 2 - #define ASM_X86__TRAPS_H 1 + #ifndef _ASM_X86_TRAPS_H 2 + #define _ASM_X86_TRAPS_H 3 3 4 4 #include <asm/debugreg.h> 5 5 ··· 78 78 asmlinkage void math_emulate(long); 79 79 #endif 80 80 81 - #endif /* ASM_X86__TRAPS_H */ 81 + #endif /* _ASM_X86_TRAPS_H */
+3 -3
arch/x86/include/asm/tsc.h
··· 1 1 /* 2 2 * x86 TSC related functions 3 3 */ 4 - #ifndef ASM_X86__TSC_H 5 - #define ASM_X86__TSC_H 4 + #ifndef _ASM_X86_TSC_H 5 + #define _ASM_X86_TSC_H 6 6 7 7 #include <asm/processor.h> 8 8 ··· 59 59 60 60 extern int notsc_setup(char *); 61 61 62 - #endif /* ASM_X86__TSC_H */ 62 + #endif /* _ASM_X86_TSC_H */
+3 -3
arch/x86/include/asm/types.h
··· 1 - #ifndef ASM_X86__TYPES_H 2 - #define ASM_X86__TYPES_H 1 + #ifndef _ASM_X86_TYPES_H 2 + #define _ASM_X86_TYPES_H 3 3 4 4 #include <asm-generic/int-ll64.h> 5 5 ··· 33 33 #endif /* __ASSEMBLY__ */ 34 34 #endif /* __KERNEL__ */ 35 35 36 - #endif /* ASM_X86__TYPES_H */ 36 + #endif /* _ASM_X86_TYPES_H */
+3 -3
arch/x86/include/asm/uaccess.h
··· 1 - #ifndef ASM_X86__UACCESS_H 2 - #define ASM_X86__UACCESS_H 1 + #ifndef _ASM_X86_UACCESS_H 2 + #define _ASM_X86_UACCESS_H 3 3 /* 4 4 * User space memory access functions 5 5 */ ··· 450 450 # include "uaccess_64.h" 451 451 #endif 452 452 453 - #endif /* ASM_X86__UACCESS_H */ 453 + #endif /* _ASM_X86_UACCESS_H */ 454 454
+3 -3
arch/x86/include/asm/uaccess_32.h
··· 1 - #ifndef ASM_X86__UACCESS_32_H 2 - #define ASM_X86__UACCESS_32_H 1 + #ifndef _ASM_X86_UACCESS_32_H 2 + #define _ASM_X86_UACCESS_32_H 3 3 4 4 /* 5 5 * User space memory access functions ··· 215 215 unsigned long __must_check clear_user(void __user *mem, unsigned long len); 216 216 unsigned long __must_check __clear_user(void __user *mem, unsigned long len); 217 217 218 - #endif /* ASM_X86__UACCESS_32_H */ 218 + #endif /* _ASM_X86_UACCESS_32_H */
+3 -3
arch/x86/include/asm/uaccess_64.h
··· 1 - #ifndef ASM_X86__UACCESS_64_H 2 - #define ASM_X86__UACCESS_64_H 1 + #ifndef _ASM_X86_UACCESS_64_H 2 + #define _ASM_X86_UACCESS_64_H 3 3 4 4 /* 5 5 * User space memory access functions ··· 199 199 unsigned long 200 200 copy_user_handle_tail(char *to, char *from, unsigned len, unsigned zerorest); 201 201 202 - #endif /* ASM_X86__UACCESS_64_H */ 202 + #endif /* _ASM_X86_UACCESS_64_H */
+3 -3
arch/x86/include/asm/ucontext.h
··· 1 - #ifndef ASM_X86__UCONTEXT_H 2 - #define ASM_X86__UCONTEXT_H 1 + #ifndef _ASM_X86_UCONTEXT_H 2 + #define _ASM_X86_UCONTEXT_H 3 3 4 4 #define UC_FP_XSTATE 0x1 /* indicates the presence of extended state 5 5 * information in the memory layout pointed ··· 15 15 sigset_t uc_sigmask; /* mask last for extensibility */ 16 16 }; 17 17 18 - #endif /* ASM_X86__UCONTEXT_H */ 18 + #endif /* _ASM_X86_UCONTEXT_H */
+3 -3
arch/x86/include/asm/unaligned.h
··· 1 - #ifndef ASM_X86__UNALIGNED_H 2 - #define ASM_X86__UNALIGNED_H 1 + #ifndef _ASM_X86_UNALIGNED_H 2 + #define _ASM_X86_UNALIGNED_H 3 3 4 4 /* 5 5 * The x86 can do unaligned accesses itself. ··· 11 11 #define get_unaligned __get_unaligned_le 12 12 #define put_unaligned __put_unaligned_le 13 13 14 - #endif /* ASM_X86__UNALIGNED_H */ 14 + #endif /* _ASM_X86_UNALIGNED_H */
+3 -3
arch/x86/include/asm/unistd_32.h
··· 1 - #ifndef ASM_X86__UNISTD_32_H 2 - #define ASM_X86__UNISTD_32_H 1 + #ifndef _ASM_X86_UNISTD_32_H 2 + #define _ASM_X86_UNISTD_32_H 3 3 4 4 /* 5 5 * This file contains the system call numbers. ··· 376 376 #endif 377 377 378 378 #endif /* __KERNEL__ */ 379 - #endif /* ASM_X86__UNISTD_32_H */ 379 + #endif /* _ASM_X86_UNISTD_32_H */
+3 -3
arch/x86/include/asm/unistd_64.h
··· 1 - #ifndef ASM_X86__UNISTD_64_H 2 - #define ASM_X86__UNISTD_64_H 1 + #ifndef _ASM_X86_UNISTD_64_H 2 + #define _ASM_X86_UNISTD_64_H 3 3 4 4 #ifndef __SYSCALL 5 5 #define __SYSCALL(a, b) ··· 690 690 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") 691 691 #endif /* __KERNEL__ */ 692 692 693 - #endif /* ASM_X86__UNISTD_64_H */ 693 + #endif /* _ASM_X86_UNISTD_64_H */
+3 -3
arch/x86/include/asm/unwind.h
··· 1 - #ifndef ASM_X86__UNWIND_H 2 - #define ASM_X86__UNWIND_H 1 + #ifndef _ASM_X86_UNWIND_H 2 + #define _ASM_X86_UNWIND_H 3 3 4 4 #define UNW_PC(frame) ((void)(frame), 0UL) 5 5 #define UNW_SP(frame) ((void)(frame), 0UL) ··· 10 10 return 0; 11 11 } 12 12 13 - #endif /* ASM_X86__UNWIND_H */ 13 + #endif /* _ASM_X86_UNWIND_H */
+3 -3
arch/x86/include/asm/user32.h
··· 1 - #ifndef ASM_X86__USER32_H 2 - #define ASM_X86__USER32_H 1 + #ifndef _ASM_X86_USER32_H 2 + #define _ASM_X86_USER32_H 3 3 4 4 /* IA32 compatible user structures for ptrace. 5 5 * These should be used for 32bit coredumps too. */ ··· 67 67 }; 68 68 69 69 70 - #endif /* ASM_X86__USER32_H */ 70 + #endif /* _ASM_X86_USER32_H */
+3 -3
arch/x86/include/asm/user_32.h
··· 1 - #ifndef ASM_X86__USER_32_H 2 - #define ASM_X86__USER_32_H 1 + #ifndef _ASM_X86_USER_32_H 2 + #define _ASM_X86_USER_32_H 3 3 4 4 #include <asm/page.h> 5 5 /* Core file format: The core file is written in such a way that gdb ··· 128 128 #define HOST_TEXT_START_ADDR (u.start_code) 129 129 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) 130 130 131 - #endif /* ASM_X86__USER_32_H */ 131 + #endif /* _ASM_X86_USER_32_H */
+3 -3
arch/x86/include/asm/user_64.h
··· 1 - #ifndef ASM_X86__USER_64_H 2 - #define ASM_X86__USER_64_H 1 + #ifndef _ASM_X86_USER_64_H 2 + #define _ASM_X86_USER_64_H 3 3 4 4 #include <asm/types.h> 5 5 #include <asm/page.h> ··· 134 134 #define HOST_TEXT_START_ADDR (u.start_code) 135 135 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) 136 136 137 - #endif /* ASM_X86__USER_64_H */ 137 + #endif /* _ASM_X86_USER_64_H */
+3 -3
arch/x86/include/asm/uv/bios.h
··· 1 - #ifndef ASM_X86__UV__BIOS_H 2 - #define ASM_X86__UV__BIOS_H 1 + #ifndef _ASM_X86_UV__BIOS_H 2 + #define _ASM_X86_UV__BIOS_H 3 3 4 4 /* 5 5 * UV BIOS layer definitions. ··· 91 91 92 92 extern 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 */
+3 -3
arch/x86/include/asm/uv/uv_bau.h
··· 8 8 * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved. 9 9 */ 10 10 11 - #ifndef ASM_X86__UV__UV_BAU_H 12 - #define ASM_X86__UV__UV_BAU_H 11 + #ifndef _ASM_X86_UV__UV_BAU_H 12 + #define _ASM_X86_UV__UV_BAU_H 13 13 14 14 #include <linux/bitmap.h> 15 15 #define BITSPERBYTE 8 ··· 329 329 extern void uv_bau_message_intr1(void); 330 330 extern void uv_bau_timeout_intr1(void); 331 331 332 - #endif /* ASM_X86__UV__UV_BAU_H */ 332 + #endif /* _ASM_X86_UV__UV_BAU_H */
+3 -3
arch/x86/include/asm/uv/uv_hub.h
··· 8 8 * Copyright (C) 2007-2008 Silicon Graphics, Inc. All rights reserved. 9 9 */ 10 10 11 - #ifndef ASM_X86__UV__UV_HUB_H 12 - #define ASM_X86__UV__UV_HUB_H 11 + #ifndef _ASM_X86_UV__UV_HUB_H 12 + #define _ASM_X86_UV__UV_HUB_H 13 13 14 14 #include <linux/numa.h> 15 15 #include <linux/percpu.h> ··· 350 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
+3 -3
arch/x86/include/asm/uv/uv_irq.h
··· 8 8 * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved. 9 9 */ 10 10 11 - #ifndef ASM_X86__UV__UV_IRQ_H 12 - #define ASM_X86__UV__UV_IRQ_H 11 + #ifndef _ASM_X86_UV__UV_IRQ_H 12 + #define _ASM_X86_UV__UV_IRQ_H 13 13 14 14 /* If a generic version of this structure gets defined, eliminate this one. */ 15 15 struct uv_IO_APIC_route_entry { ··· 33 33 extern int uv_setup_irq(char *, int, int, unsigned long); 34 34 extern 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 */
+3 -3
arch/x86/include/asm/uv/uv_mmrs.h
··· 8 8 * Copyright (C) 2007-2008 Silicon Graphics, Inc. All rights reserved. 9 9 */ 10 10 11 - #ifndef ASM_X86__UV__UV_MMRS_H 12 - #define ASM_X86__UV__UV_MMRS_H 11 + #ifndef _ASM_X86_UV__UV_MMRS_H 12 + #define _ASM_X86_UV__UV_MMRS_H 13 13 14 14 #define UV_MMR_ENABLE (1UL << 63) 15 15 ··· 1292 1292 }; 1293 1293 1294 1294 1295 - #endif /* ASM_X86__UV__UV_MMRS_H */ 1295 + #endif /* _ASM_X86_UV__UV_MMRS_H */
+3 -3
arch/x86/include/asm/vdso.h
··· 1 - #ifndef ASM_X86__VDSO_H 2 - #define ASM_X86__VDSO_H 1 + #ifndef _ASM_X86_VDSO_H 2 + #define _ASM_X86_VDSO_H 3 3 4 4 #ifdef CONFIG_X86_64 5 5 extern const char VDSO64_PRELINK[]; ··· 44 44 extern const char vdso32_syscall_start, vdso32_syscall_end; 45 45 extern const char vdso32_sysenter_start, vdso32_sysenter_end; 46 46 47 - #endif /* ASM_X86__VDSO_H */ 47 + #endif /* _ASM_X86_VDSO_H */
+3 -3
arch/x86/include/asm/vga.h
··· 4 4 * (c) 1998 Martin Mares <mj@ucw.cz> 5 5 */ 6 6 7 - #ifndef ASM_X86__VGA_H 8 - #define ASM_X86__VGA_H 7 + #ifndef _ASM_X86_VGA_H 8 + #define _ASM_X86_VGA_H 9 9 10 10 /* 11 11 * On the PC, we can just recalculate addresses and then ··· 17 17 #define vga_readb(x) (*(x)) 18 18 #define vga_writeb(x, y) (*(y) = (x)) 19 19 20 - #endif /* ASM_X86__VGA_H */ 20 + #endif /* _ASM_X86_VGA_H */
+3 -3
arch/x86/include/asm/vgtod.h
··· 1 - #ifndef ASM_X86__VGTOD_H 2 - #define ASM_X86__VGTOD_H 1 + #ifndef _ASM_X86_VGTOD_H 2 + #define _ASM_X86_VGTOD_H 3 3 4 4 #include <asm/vsyscall.h> 5 5 #include <linux/clocksource.h> ··· 26 26 __section_vsyscall_gtod_data; 27 27 extern struct vsyscall_gtod_data vsyscall_gtod_data; 28 28 29 - #endif /* ASM_X86__VGTOD_H */ 29 + #endif /* _ASM_X86_VGTOD_H */
+3 -3
arch/x86/include/asm/visws/cobalt.h
··· 1 - #ifndef ASM_X86__VISWS__COBALT_H 2 - #define ASM_X86__VISWS__COBALT_H 1 + #ifndef _ASM_X86_VISWS__COBALT_H 2 + #define _ASM_X86_VISWS__COBALT_H 3 3 4 4 #include <asm/fixmap.h> 5 5 ··· 122 122 123 123 extern char visws_board_rev; 124 124 125 - #endif /* ASM_X86__VISWS__COBALT_H */ 125 + #endif /* _ASM_X86_VISWS__COBALT_H */
+3 -3
arch/x86/include/asm/visws/lithium.h
··· 1 - #ifndef ASM_X86__VISWS__LITHIUM_H 2 - #define ASM_X86__VISWS__LITHIUM_H 1 + #ifndef _ASM_X86_VISWS__LITHIUM_H 2 + #define _ASM_X86_VISWS__LITHIUM_H 3 3 4 4 #include <asm/fixmap.h> 5 5 ··· 49 49 return *((volatile unsigned short *)(LI_PCIB_VADDR+reg)); 50 50 } 51 51 52 - #endif /* ASM_X86__VISWS__LITHIUM_H */ 52 + #endif /* _ASM_X86_VISWS__LITHIUM_H */ 53 53
+3 -3
arch/x86/include/asm/visws/piix4.h
··· 1 - #ifndef ASM_X86__VISWS__PIIX4_H 2 - #define ASM_X86__VISWS__PIIX4_H 1 + #ifndef _ASM_X86_VISWS__PIIX4_H 2 + #define _ASM_X86_VISWS__PIIX4_H 3 3 4 4 /* 5 5 * PIIX4 as used on SGI Visual Workstations ··· 104 104 */ 105 105 #define PIIX_GPI_STPCLK 0x4 // STPCLK signal routed back in 106 106 107 - #endif /* ASM_X86__VISWS__PIIX4_H */ 107 + #endif /* _ASM_X86_VISWS__PIIX4_H */
+3 -3
arch/x86/include/asm/vm86.h
··· 1 - #ifndef ASM_X86__VM86_H 2 - #define ASM_X86__VM86_H 1 + #ifndef _ASM_X86_VM86_H 2 + #define _ASM_X86_VM86_H 3 3 4 4 /* 5 5 * I'm guessing at the VIF/VIP flag usage, but hope that this is how ··· 205 205 206 206 #endif /* __KERNEL__ */ 207 207 208 - #endif /* ASM_X86__VM86_H */ 208 + #endif /* _ASM_X86_VM86_H */
+3 -3
arch/x86/include/asm/vmi_time.h
··· 22 22 * 23 23 */ 24 24 25 - #ifndef ASM_X86__VMI_TIME_H 26 - #define ASM_X86__VMI_TIME_H 25 + #ifndef _ASM_X86_VMI_TIME_H 26 + #define _ASM_X86_VMI_TIME_H 27 27 28 28 /* 29 29 * Raw VMI call indices for timer functions ··· 95 95 96 96 #define CONFIG_VMI_ALARM_HZ 100 97 97 98 - #endif /* ASM_X86__VMI_TIME_H */ 98 + #endif /* _ASM_X86_VMI_TIME_H */
+3 -3
arch/x86/include/asm/vsyscall.h
··· 1 - #ifndef ASM_X86__VSYSCALL_H 2 - #define ASM_X86__VSYSCALL_H 1 + #ifndef _ASM_X86_VSYSCALL_H 2 + #define _ASM_X86_VSYSCALL_H 3 3 4 4 enum vsyscall_num { 5 5 __NR_vgettimeofday, ··· 41 41 42 42 #endif /* __KERNEL__ */ 43 43 44 - #endif /* ASM_X86__VSYSCALL_H */ 44 + #endif /* _ASM_X86_VSYSCALL_H */
+3 -3
arch/x86/include/asm/xen/events.h
··· 1 - #ifndef ASM_X86__XEN__EVENTS_H 2 - #define ASM_X86__XEN__EVENTS_H 1 + #ifndef _ASM_X86_XEN__EVENTS_H 2 + #define _ASM_X86_XEN__EVENTS_H 3 3 4 4 enum ipi_vector { 5 5 XEN_RESCHEDULE_VECTOR, ··· 21 21 do_IRQ(regs); 22 22 } 23 23 24 - #endif /* ASM_X86__XEN__EVENTS_H */ 24 + #endif /* _ASM_X86_XEN__EVENTS_H */
+3 -3
arch/x86/include/asm/xen/grant_table.h
··· 1 - #ifndef ASM_X86__XEN__GRANT_TABLE_H 2 - #define ASM_X86__XEN__GRANT_TABLE_H 1 + #ifndef _ASM_X86_XEN__GRANT_TABLE_H 2 + #define _ASM_X86_XEN__GRANT_TABLE_H 3 3 4 4 #define xen_alloc_vm_area(size) alloc_vm_area(size) 5 5 #define xen_free_vm_area(area) free_vm_area(area) 6 6 7 - #endif /* ASM_X86__XEN__GRANT_TABLE_H */ 7 + #endif /* _ASM_X86_XEN__GRANT_TABLE_H */
+3 -3
arch/x86/include/asm/xen/hypercall.h
··· 30 30 * IN THE SOFTWARE. 31 31 */ 32 32 33 - #ifndef ASM_X86__XEN__HYPERCALL_H 34 - #define ASM_X86__XEN__HYPERCALL_H 33 + #ifndef _ASM_X86_XEN__HYPERCALL_H 34 + #define _ASM_X86_XEN__HYPERCALL_H 35 35 36 36 #include <linux/errno.h> 37 37 #include <linux/string.h> ··· 524 524 mcl->args[1] = esp; 525 525 } 526 526 527 - #endif /* ASM_X86__XEN__HYPERCALL_H */ 527 + #endif /* _ASM_X86_XEN__HYPERCALL_H */
+3 -3
arch/x86/include/asm/xen/hypervisor.h
··· 30 30 * IN THE SOFTWARE. 31 31 */ 32 32 33 - #ifndef ASM_X86__XEN__HYPERVISOR_H 34 - #define ASM_X86__XEN__HYPERVISOR_H 33 + #ifndef _ASM_X86_XEN__HYPERVISOR_H 34 + #define _ASM_X86_XEN__HYPERVISOR_H 35 35 36 36 #include <linux/types.h> 37 37 #include <linux/kernel.h> ··· 79 79 #define xen_initial_domain() (xen_pv_domain() && xen_start_info->flags & SIF_INITDOMAIN) 80 80 #define xen_hvm_domain() (xen_domain_type == XEN_HVM_DOMAIN) 81 81 82 - #endif /* ASM_X86__XEN__HYPERVISOR_H */ 82 + #endif /* _ASM_X86_XEN__HYPERVISOR_H */
+3 -3
arch/x86/include/asm/xen/interface.h
··· 6 6 * Copyright (c) 2004, K A Fraser 7 7 */ 8 8 9 - #ifndef ASM_X86__XEN__INTERFACE_H 10 - #define ASM_X86__XEN__INTERFACE_H 9 + #ifndef _ASM_X86_XEN__INTERFACE_H 10 + #define _ASM_X86_XEN__INTERFACE_H 11 11 12 12 #ifdef __XEN__ 13 13 #define __DEFINE_GUEST_HANDLE(name, type) \ ··· 172 172 #define XEN_CPUID XEN_EMULATE_PREFIX "cpuid" 173 173 #endif 174 174 175 - #endif /* ASM_X86__XEN__INTERFACE_H */ 175 + #endif /* _ASM_X86_XEN__INTERFACE_H */
+3 -3
arch/x86/include/asm/xen/interface_32.h
··· 6 6 * Copyright (c) 2004, K A Fraser 7 7 */ 8 8 9 - #ifndef ASM_X86__XEN__INTERFACE_32_H 10 - #define ASM_X86__XEN__INTERFACE_32_H 9 + #ifndef _ASM_X86_XEN__INTERFACE_32_H 10 + #define _ASM_X86_XEN__INTERFACE_32_H 11 11 12 12 13 13 /* ··· 94 94 #define xen_pfn_to_cr3(pfn) (((unsigned)(pfn) << 12) | ((unsigned)(pfn) >> 20)) 95 95 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) 96 96 97 - #endif /* ASM_X86__XEN__INTERFACE_32_H */ 97 + #endif /* _ASM_X86_XEN__INTERFACE_32_H */
+3 -3
arch/x86/include/asm/xen/interface_64.h
··· 1 - #ifndef ASM_X86__XEN__INTERFACE_64_H 2 - #define ASM_X86__XEN__INTERFACE_64_H 1 + #ifndef _ASM_X86_XEN__INTERFACE_64_H 2 + #define _ASM_X86_XEN__INTERFACE_64_H 3 3 4 4 /* 5 5 * 64-bit segment selectors ··· 156 156 #endif /* !__ASSEMBLY__ */ 157 157 158 158 159 - #endif /* ASM_X86__XEN__INTERFACE_64_H */ 159 + #endif /* _ASM_X86_XEN__INTERFACE_64_H */
+3 -3
arch/x86/include/asm/xen/page.h
··· 1 - #ifndef ASM_X86__XEN__PAGE_H 2 - #define ASM_X86__XEN__PAGE_H 1 + #ifndef _ASM_X86_XEN__PAGE_H 2 + #define _ASM_X86_XEN__PAGE_H 3 3 4 4 #include <linux/pfn.h> 5 5 ··· 162 162 void make_lowmem_page_readonly(void *vaddr); 163 163 void make_lowmem_page_readwrite(void *vaddr); 164 164 165 - #endif /* ASM_X86__XEN__PAGE_H */ 165 + #endif /* _ASM_X86_XEN__PAGE_H */
+3 -3
arch/x86/include/asm/xor_32.h
··· 1 - #ifndef ASM_X86__XOR_32_H 2 - #define ASM_X86__XOR_32_H 1 + #ifndef _ASM_X86_XOR_32_H 2 + #define _ASM_X86_XOR_32_H 3 3 4 4 /* 5 5 * Optimized RAID-5 checksumming functions for MMX and SSE. ··· 885 885 #define XOR_SELECT_TEMPLATE(FASTEST) \ 886 886 (cpu_has_xmm ? &xor_block_pIII_sse : FASTEST) 887 887 888 - #endif /* ASM_X86__XOR_32_H */ 888 + #endif /* _ASM_X86_XOR_32_H */
+3 -3
arch/x86/include/asm/xor_64.h
··· 1 - #ifndef ASM_X86__XOR_64_H 2 - #define ASM_X86__XOR_64_H 1 + #ifndef _ASM_X86_XOR_64_H 2 + #define _ASM_X86_XOR_64_H 3 3 4 4 /* 5 5 * Optimized RAID-5 checksumming functions for MMX and SSE. ··· 358 358 deals with a load to a line that is being prefetched. */ 359 359 #define XOR_SELECT_TEMPLATE(FASTEST) (&xor_block_sse) 360 360 361 - #endif /* ASM_X86__XOR_64_H */ 361 + #endif /* _ASM_X86_XOR_64_H */
+1 -1
arch/x86/kernel/asm-offsets_64.c
··· 22 22 23 23 #define __NO_STUBS 1 24 24 #undef __SYSCALL 25 - #undef ASM_X86__UNISTD_64_H 25 + #undef _ASM_X86_UNISTD_64_H 26 26 #define __SYSCALL(nr, sym) [nr] = 1, 27 27 static char syscalls[] = { 28 28 #include <asm/unistd.h>
+2 -2
arch/x86/kernel/syscall_64.c
··· 8 8 #define __NO_STUBS 9 9 10 10 #define __SYSCALL(nr, sym) extern asmlinkage void sym(void) ; 11 - #undef ASM_X86__UNISTD_64_H 11 + #undef _ASM_X86_UNISTD_64_H 12 12 #include <asm/unistd_64.h> 13 13 14 14 #undef __SYSCALL 15 15 #define __SYSCALL(nr, sym) [nr] = sym, 16 - #undef ASM_X86__UNISTD_64_H 16 + #undef _ASM_X86_UNISTD_64_H 17 17 18 18 typedef void (*sys_call_ptr_t)(void); 19 19