···11-#ifndef ASM_X86__AUXVEC_H22-#define ASM_X86__AUXVEC_H11+#ifndef _ASM_X86_AUXVEC_H22+#define _ASM_X86_AUXVEC_H33/*44 * Architecture-neutral AT_ values in 0-17, leave some room55 * for more of them, start the x86-specific ones at 32.···99#endif1010#define AT_SYSINFO_EHDR 3311111212-#endif /* ASM_X86__AUXVEC_H */1212+#endif /* _ASM_X86_AUXVEC_H */
···11-#ifndef ASM_X86__CACHEFLUSH_H22-#define ASM_X86__CACHEFLUSH_H11+#ifndef _ASM_X86_CACHEFLUSH_H22+#define _ASM_X86_CACHEFLUSH_H3344/* Keep includes the same across arches. */55#include <linux/mm.h>···115115}116116#endif117117118118-#endif /* ASM_X86__CACHEFLUSH_H */118118+#endif /* _ASM_X86_CACHEFLUSH_H */
···11-#ifndef ASM_X86__DEBUGREG_H22-#define ASM_X86__DEBUGREG_H11+#ifndef _ASM_X86_DEBUGREG_H22+#define _ASM_X86_DEBUGREG_H334455/* Indicate the register numbers for a number of the specific···6767#define DR_LOCAL_SLOWDOWN (0x100) /* Local slow the pipeline */6868#define DR_GLOBAL_SLOWDOWN (0x200) /* Global slow the pipeline */69697070-#endif /* ASM_X86__DEBUGREG_H */7070+#endif /* _ASM_X86_DEBUGREG_H */
···2020 * Markus Metzger <markus.t.metzger@intel.com>, 2007-20082121 */22222323-#ifndef ASM_X86__DS_H2424-#define ASM_X86__DS_H2323+#ifndef _ASM_X86_DS_H2424+#define _ASM_X86_DS_H25252626#ifdef CONFIG_X86_DS2727···235235#define ds_init_intel(config) do {} while (0)236236237237#endif /* CONFIG_X86_DS */238238-#endif /* ASM_X86__DS_H */238238+#endif /* _ASM_X86_DS_H */
+3-3
arch/x86/include/asm/dwarf2.h
···11-#ifndef ASM_X86__DWARF2_H22-#define ASM_X86__DWARF2_H11+#ifndef _ASM_X86_DWARF2_H22+#define _ASM_X86_DWARF2_H3344#ifndef __ASSEMBLY__55#warning "asm/dwarf2.h should be only included in pure assembly files"···58585959#endif60606161-#endif /* ASM_X86__DWARF2_H */6161+#endif /* _ASM_X86_DWARF2_H */
···1010 * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 19991111 */12121313-#ifndef ASM_X86__FIXMAP_32_H1414-#define ASM_X86__FIXMAP_32_H1313+#ifndef _ASM_X86_FIXMAP_32_H1414+#define _ASM_X86_FIXMAP_32_H151516161717/* used by vmalloc.c, vsyscall.lds.S.···120120#define FIXADDR_BOOT_START (FIXADDR_TOP - __FIXADDR_BOOT_SIZE)121121122122#endif /* !__ASSEMBLY__ */123123-#endif /* ASM_X86__FIXMAP_32_H */123123+#endif /* _ASM_X86_FIXMAP_32_H */
···11-#ifndef ASM_X86__KVM_PARA_H22-#define ASM_X86__KVM_PARA_H11+#ifndef _ASM_X86_KVM_PARA_H22+#define _ASM_X86_KVM_PARA_H3344/* This CPUID returns the signature 'KVMKVMKVM' in ebx, ecx, and edx. It55 * should be used to determine that a VM is running under KVM.···144144145145#endif146146147147-#endif /* ASM_X86__KVM_PARA_H */147147+#endif /* _ASM_X86_KVM_PARA_H */
···33 *44 * Definitions of structures used with the modify_ldt system call.55 */66-#ifndef ASM_X86__LDT_H77-#define ASM_X86__LDT_H66+#ifndef _ASM_X86_LDT_H77+#define _ASM_X86_LDT_H8899/* Maximum number of LDT entries supported. */1010#define LDT_ENTRIES 8192···3737#define MODIFY_LDT_CONTENTS_CODE 238383939#endif /* !__ASSEMBLY__ */4040-#endif /* ASM_X86__LDT_H */4040+#endif /* _ASM_X86_LDT_H */
···11-#ifndef ASM_X86__MATH_EMU_H22-#define ASM_X86__MATH_EMU_H11+#ifndef _ASM_X86_MATH_EMU_H22+#define _ASM_X86_MATH_EMU_H3344/* This structure matches the layout of the data saved to the stack55 following a device-not-present interrupt, part of it saved···2828 long ___vm86_fs;2929 long ___vm86_gs;3030};3131-#endif /* ASM_X86__MATH_EMU_H */3131+#endif /* _ASM_X86_MATH_EMU_H */
···11/* -*- mode: c; c-basic-offset: 8 -*- */2233/* Platform specific MCA defines */44-#ifndef ASM_X86__MCA_H55-#define ASM_X86__MCA_H44+#ifndef _ASM_X86_MCA_H55+#define _ASM_X86_MCA_H6677/* Maximal number of MCA slots - actually, some machines have less, but88 * they all have sufficient number of POS registers to cover 8.···4040 */4141#define MCA_NUMADAPTERS (MCA_MAX_SLOT_NR+3)42424343-#endif /* ASM_X86__MCA_H */4343+#endif /* _ASM_X86_MCA_H */
···11/* K8 NUMA support */22/* Copyright 2002,2003 by Andi Kleen, SuSE Labs */33/* 2.5 Version loosely based on the NUMAQ Code by Pat Gaughen. */44-#ifndef ASM_X86__MMZONE_64_H55-#define ASM_X86__MMZONE_64_H44+#ifndef _ASM_X86_MMZONE_64_H55+#define _ASM_X86_MMZONE_64_H667788#ifdef CONFIG_NUMA···4848#endif49495050#endif5151-#endif /* ASM_X86__MMZONE_64_H */5151+#endif /* _ASM_X86_MMZONE_64_H */
···11-#ifndef ASM_X86__PARAM_H22-#define ASM_X86__PARAM_H11+#ifndef _ASM_X86_PARAM_H22+#define _ASM_X86_PARAM_H3344#ifdef __KERNEL__55# define HZ CONFIG_HZ /* Internal kernel timer frequency */···19192020#define MAXHOSTNAMELEN 64 /* max length of hostname */21212222-#endif /* ASM_X86__PARAM_H */2222+#endif /* _ASM_X86_PARAM_H */
+3-3
arch/x86/include/asm/paravirt.h
···11-#ifndef ASM_X86__PARAVIRT_H22-#define ASM_X86__PARAVIRT_H11+#ifndef _ASM_X86_PARAVIRT_H22+#define _ASM_X86_PARAVIRT_H33/* Various instructions on x86 need to be replaced for44 * para-virtualization: those hooks are defined here. */55···1647164716481648#endif /* __ASSEMBLY__ */16491649#endif /* CONFIG_PARAVIRT */16501650-#endif /* ASM_X86__PARAVIRT_H */16501650+#endif /* _ASM_X86_PARAVIRT_H */
+3-3
arch/x86/include/asm/parport.h
···11-#ifndef ASM_X86__PARPORT_H22-#define ASM_X86__PARPORT_H11+#ifndef _ASM_X86_PARPORT_H22+#define _ASM_X86_PARPORT_H3344static int __devinit parport_pc_find_isa_ports(int autoirq, int autodma);55static int __devinit parport_pc_find_nonpci_ports(int autoirq, int autodma)···77 return parport_pc_find_isa_ports(autoirq, autodma);88}991010-#endif /* ASM_X86__PARPORT_H */1010+#endif /* _ASM_X86_PARPORT_H */
···11-#ifndef ASM_X86__POSIX_TYPES_32_H22-#define ASM_X86__POSIX_TYPES_32_H11+#ifndef _ASM_X86_POSIX_TYPES_32_H22+#define _ASM_X86_POSIX_TYPES_32_H3344/*55 * This file is generally used by user-level software, so you need to···82828383#endif /* defined(__KERNEL__) */84848585-#endif /* ASM_X86__POSIX_TYPES_32_H */8585+#endif /* _ASM_X86_POSIX_TYPES_32_H */
+3-3
arch/x86/include/asm/posix_types_64.h
···11-#ifndef ASM_X86__POSIX_TYPES_64_H22-#define ASM_X86__POSIX_TYPES_64_H11+#ifndef _ASM_X86_POSIX_TYPES_64_H22+#define _ASM_X86_POSIX_TYPES_64_H3344/*55 * This file is generally used by user-level software, so you need to···116116117117#endif /* defined(__KERNEL__) */118118119119-#endif /* ASM_X86__POSIX_TYPES_64_H */119119+#endif /* _ASM_X86_POSIX_TYPES_64_H */
···11-#ifndef ASM_X86__PROCESSOR_FLAGS_H22-#define ASM_X86__PROCESSOR_FLAGS_H11+#ifndef _ASM_X86_PROCESSOR_FLAGS_H22+#define _ASM_X86_PROCESSOR_FLAGS_H33/* Various flags defined: can be included from assembler. */4455/*···9797#endif9898#endif9999100100-#endif /* ASM_X86__PROCESSOR_FLAGS_H */100100+#endif /* _ASM_X86_PROCESSOR_FLAGS_H */
+3-3
arch/x86/include/asm/processor.h
···11-#ifndef ASM_X86__PROCESSOR_H22-#define ASM_X86__PROCESSOR_H11+#ifndef _ASM_X86_PROCESSOR_H22+#define _ASM_X86_PROCESSOR_H3344#include <asm/processor-flags.h>55···933933extern int get_tsc_mode(unsigned long adr);934934extern int set_tsc_mode(unsigned int val);935935936936-#endif /* ASM_X86__PROCESSOR_H */936936+#endif /* _ASM_X86_PROCESSOR_H */
···11-#ifndef ASM_X86__REQUIRED_FEATURES_H22-#define ASM_X86__REQUIRED_FEATURES_H11+#ifndef _ASM_X86_REQUIRED_FEATURES_H22+#define _ASM_X86_REQUIRED_FEATURES_H3344/* Define minimum CPUID feature set for kernel These bits are checked55 really early to actually display a visible error message before the···7979#define REQUIRED_MASK6 08080#define REQUIRED_MASK7 081818282-#endif /* ASM_X86__REQUIRED_FEATURES_H */8282+#endif /* _ASM_X86_REQUIRED_FEATURES_H */
···11-#ifndef ASM_X86__RWLOCK_H22-#define ASM_X86__RWLOCK_H11+#ifndef _ASM_X86_RWLOCK_H22+#define _ASM_X86_RWLOCK_H3344#define RW_LOCK_BIAS 0x010000005566/* Actual code is in asm/spinlock.h or in arch/x86/lib/rwlock.S */7788-#endif /* ASM_X86__RWLOCK_H */88+#endif /* _ASM_X86_RWLOCK_H */
+3-3
arch/x86/include/asm/rwsem.h
···2929 * front, then they'll all be woken up, but no other readers will be.3030 */31313232-#ifndef ASM_X86__RWSEM_H3333-#define ASM_X86__RWSEM_H3232+#ifndef _ASM_X86_RWSEM_H3333+#define _ASM_X86_RWSEM_H34343535#ifndef _LINUX_RWSEM_H3636#error "please don't include asm/rwsem.h directly, use linux/rwsem.h instead"···262262}263263264264#endif /* __KERNEL__ */265265-#endif /* ASM_X86__RWSEM_H */265265+#endif /* _ASM_X86_RWSEM_H */
···11-#ifndef ASM_X86__SEGMENT_H22-#define ASM_X86__SEGMENT_H11+#ifndef _ASM_X86_SEGMENT_H22+#define _ASM_X86_SEGMENT_H3344/* Constructor for a conventional segment GDT (or LDT) entry */55/* This is a macro so it can be used in initializers */···206206#endif207207#endif208208209209-#endif /* ASM_X86__SEGMENT_H */209209+#endif /* _ASM_X86_SEGMENT_H */
+3-3
arch/x86/include/asm/sembuf.h
···11-#ifndef ASM_X86__SEMBUF_H22-#define ASM_X86__SEMBUF_H11+#ifndef _ASM_X86_SEMBUF_H22+#define _ASM_X86_SEMBUF_H3344/*55 * The semid64_ds structure for x86 architecture.···2121 unsigned long __unused4;2222};23232424-#endif /* ASM_X86__SEMBUF_H */2424+#endif /* _ASM_X86_SEMBUF_H */
+3-3
arch/x86/include/asm/serial.h
···11-#ifndef ASM_X86__SERIAL_H22-#define ASM_X86__SERIAL_H11+#ifndef _ASM_X86_SERIAL_H22+#define _ASM_X86_SERIAL_H3344/*55 * This assumes you have a 1.8432 MHz clock for your UART.···2626 { 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS }, /* ttyS2 */ \2727 { 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */28282929-#endif /* ASM_X86__SERIAL_H */2929+#endif /* _ASM_X86_SERIAL_H */
···11-#ifndef ASM_X86__STATFS_H22-#define ASM_X86__STATFS_H11+#ifndef _ASM_X86_STATFS_H22+#define _ASM_X86_STATFS_H3344/*55 * We need compat_statfs64 to be packed, because the i386 ABI won't···99#define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))10101111#include <asm-generic/statfs.h>1212-#endif /* ASM_X86__STATFS_H */1212+#endif /* _ASM_X86_STATFS_H */
···11-#ifndef ASM_X86__UCONTEXT_H22-#define ASM_X86__UCONTEXT_H11+#ifndef _ASM_X86_UCONTEXT_H22+#define _ASM_X86_UCONTEXT_H3344#define UC_FP_XSTATE 0x1 /* indicates the presence of extended state55 * information in the memory layout pointed···1515 sigset_t uc_sigmask; /* mask last for extensibility */1616};17171818-#endif /* ASM_X86__UCONTEXT_H */1818+#endif /* _ASM_X86_UCONTEXT_H */
+3-3
arch/x86/include/asm/unaligned.h
···11-#ifndef ASM_X86__UNALIGNED_H22-#define ASM_X86__UNALIGNED_H11+#ifndef _ASM_X86_UNALIGNED_H22+#define _ASM_X86_UNALIGNED_H3344/*55 * The x86 can do unaligned accesses itself.···1111#define get_unaligned __get_unaligned_le1212#define put_unaligned __put_unaligned_le13131414-#endif /* ASM_X86__UNALIGNED_H */1414+#endif /* _ASM_X86_UNALIGNED_H */
+3-3
arch/x86/include/asm/unistd_32.h
···11-#ifndef ASM_X86__UNISTD_32_H22-#define ASM_X86__UNISTD_32_H11+#ifndef _ASM_X86_UNISTD_32_H22+#define _ASM_X86_UNISTD_32_H3344/*55 * This file contains the system call numbers.···376376#endif377377378378#endif /* __KERNEL__ */379379-#endif /* ASM_X86__UNISTD_32_H */379379+#endif /* _ASM_X86_UNISTD_32_H */
···11-#ifndef ASM_X86__USER32_H22-#define ASM_X86__USER32_H11+#ifndef _ASM_X86_USER32_H22+#define _ASM_X86_USER32_H3344/* IA32 compatible user structures for ptrace.55 * These should be used for 32bit coredumps too. */···6767};686869697070-#endif /* ASM_X86__USER32_H */7070+#endif /* _ASM_X86_USER32_H */
+3-3
arch/x86/include/asm/user_32.h
···11-#ifndef ASM_X86__USER_32_H22-#define ASM_X86__USER_32_H11+#ifndef _ASM_X86_USER_32_H22+#define _ASM_X86_USER_32_H3344#include <asm/page.h>55/* Core file format: The core file is written in such a way that gdb···128128#define HOST_TEXT_START_ADDR (u.start_code)129129#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)130130131131-#endif /* ASM_X86__USER_32_H */131131+#endif /* _ASM_X86_USER_32_H */
···88 * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved.99 */10101111-#ifndef ASM_X86__UV__UV_BAU_H1212-#define ASM_X86__UV__UV_BAU_H1111+#ifndef _ASM_X86_UV__UV_BAU_H1212+#define _ASM_X86_UV__UV_BAU_H13131414#include <linux/bitmap.h>1515#define BITSPERBYTE 8···329329extern void uv_bau_message_intr1(void);330330extern void uv_bau_timeout_intr1(void);331331332332-#endif /* ASM_X86__UV__UV_BAU_H */332332+#endif /* _ASM_X86_UV__UV_BAU_H */
+3-3
arch/x86/include/asm/uv/uv_hub.h
···88 * Copyright (C) 2007-2008 Silicon Graphics, Inc. All rights reserved.99 */10101111-#ifndef ASM_X86__UV__UV_HUB_H1212-#define ASM_X86__UV__UV_HUB_H1111+#ifndef _ASM_X86_UV__UV_HUB_H1212+#define _ASM_X86_UV__UV_HUB_H13131414#include <linux/numa.h>1515#include <linux/percpu.h>···350350 return uv_possible_blades;351351}352352353353-#endif /* ASM_X86__UV__UV_HUB_H */353353+#endif /* _ASM_X86_UV__UV_HUB_H */354354
+3-3
arch/x86/include/asm/uv/uv_irq.h
···88 * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved.99 */10101111-#ifndef ASM_X86__UV__UV_IRQ_H1212-#define ASM_X86__UV__UV_IRQ_H1111+#ifndef _ASM_X86_UV__UV_IRQ_H1212+#define _ASM_X86_UV__UV_IRQ_H13131414/* If a generic version of this structure gets defined, eliminate this one. */1515struct uv_IO_APIC_route_entry {···3333extern int uv_setup_irq(char *, int, int, unsigned long);3434extern void uv_teardown_irq(unsigned int, int, unsigned long);35353636-#endif /* ASM_X86__UV__UV_IRQ_H */3636+#endif /* _ASM_X86_UV__UV_IRQ_H */
+3-3
arch/x86/include/asm/uv/uv_mmrs.h
···88 * Copyright (C) 2007-2008 Silicon Graphics, Inc. All rights reserved.99 */10101111-#ifndef ASM_X86__UV__UV_MMRS_H1212-#define ASM_X86__UV__UV_MMRS_H1111+#ifndef _ASM_X86_UV__UV_MMRS_H1212+#define _ASM_X86_UV__UV_MMRS_H13131414#define UV_MMR_ENABLE (1UL << 63)1515···12921292};129312931294129412951295-#endif /* ASM_X86__UV__UV_MMRS_H */12951295+#endif /* _ASM_X86_UV__UV_MMRS_H */
···11-#ifndef ASM_X86__VISWS__PIIX4_H22-#define ASM_X86__VISWS__PIIX4_H11+#ifndef _ASM_X86_VISWS__PIIX4_H22+#define _ASM_X86_VISWS__PIIX4_H3344/*55 * PIIX4 as used on SGI Visual Workstations···104104 */105105#define PIIX_GPI_STPCLK 0x4 // STPCLK signal routed back in106106107107-#endif /* ASM_X86__VISWS__PIIX4_H */107107+#endif /* _ASM_X86_VISWS__PIIX4_H */
+3-3
arch/x86/include/asm/vm86.h
···11-#ifndef ASM_X86__VM86_H22-#define ASM_X86__VM86_H11+#ifndef _ASM_X86_VM86_H22+#define _ASM_X86_VM86_H3344/*55 * I'm guessing at the VIF/VIP flag usage, but hope that this is how···205205206206#endif /* __KERNEL__ */207207208208-#endif /* ASM_X86__VM86_H */208208+#endif /* _ASM_X86_VM86_H */
+3-3
arch/x86/include/asm/vmi_time.h
···2222 *2323 */24242525-#ifndef ASM_X86__VMI_TIME_H2626-#define ASM_X86__VMI_TIME_H2525+#ifndef _ASM_X86_VMI_TIME_H2626+#define _ASM_X86_VMI_TIME_H27272828/*2929 * Raw VMI call indices for timer functions···95959696#define CONFIG_VMI_ALARM_HZ 10097979898-#endif /* ASM_X86__VMI_TIME_H */9898+#endif /* _ASM_X86_VMI_TIME_H */
···11-#ifndef ASM_X86__XOR_64_H22-#define ASM_X86__XOR_64_H11+#ifndef _ASM_X86_XOR_64_H22+#define _ASM_X86_XOR_64_H3344/*55 * Optimized RAID-5 checksumming functions for MMX and SSE.···358358 deals with a load to a line that is being prefetched. */359359#define XOR_SELECT_TEMPLATE(FASTEST) (&xor_block_sse)360360361361-#endif /* ASM_X86__XOR_64_H */361361+#endif /* _ASM_X86_XOR_64_H */