fixmap.h (d4263348f796f29546f90802177865dd4379dd0a) fixmap.h (c5f9ee3d665a7660b296aa1e91949ae3376f0d07)
1/*
2 * fixmap.h: compile-time virtual memory allocation
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 1998 Ingo Molnar

--- 84 unchanged lines hidden (view full) ---

93#endif
94#ifdef CONFIG_X86_LOCAL_APIC
95 FIX_APIC_BASE, /* local (CPU) APIC) -- required for SMP or not */
96#endif
97#ifdef CONFIG_X86_IO_APIC
98 FIX_IO_APIC_BASE_0,
99 FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS - 1,
100#endif
1/*
2 * fixmap.h: compile-time virtual memory allocation
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 1998 Ingo Molnar

--- 84 unchanged lines hidden (view full) ---

93#endif
94#ifdef CONFIG_X86_LOCAL_APIC
95 FIX_APIC_BASE, /* local (CPU) APIC) -- required for SMP or not */
96#endif
97#ifdef CONFIG_X86_IO_APIC
98 FIX_IO_APIC_BASE_0,
99 FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS - 1,
100#endif
101#ifdef CONFIG_X86_VISWS_APIC
102 FIX_CO_CPU, /* Cobalt timer */
103 FIX_CO_APIC, /* Cobalt APIC Redirection Table */
104 FIX_LI_PCIA, /* Lithium PCI Bridge A */
105 FIX_LI_PCIB, /* Lithium PCI Bridge B */
106#endif
107 FIX_RO_IDT, /* Virtual mapping for read-only IDT */
108#ifdef CONFIG_X86_32
109 FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */
110 FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1,
111#ifdef CONFIG_PCI_MMCONFIG
112 FIX_PCIE_MCFG,
113#endif
114#endif

--- 67 unchanged lines hidden ---
101 FIX_RO_IDT, /* Virtual mapping for read-only IDT */
102#ifdef CONFIG_X86_32
103 FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */
104 FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1,
105#ifdef CONFIG_PCI_MMCONFIG
106 FIX_PCIE_MCFG,
107#endif
108#endif

--- 67 unchanged lines hidden ---