diff options
-rw-r--r-- | arch/x86/include/asm/fixmap_64.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/fixmap_64.h b/arch/x86/include/asm/fixmap_64.h index b6c06dd55f1c..7a518ec82635 100644 --- a/arch/x86/include/asm/fixmap_64.h +++ b/arch/x86/include/asm/fixmap_64.h | |||
@@ -40,9 +40,13 @@ enum fixed_addresses { | |||
40 | VSYSCALL_HPET, | 40 | VSYSCALL_HPET, |
41 | FIX_DBGP_BASE, | 41 | FIX_DBGP_BASE, |
42 | FIX_EARLYCON_MEM_BASE, | 42 | FIX_EARLYCON_MEM_BASE, |
43 | #ifdef CONFIG_X86_LOCAL_APIC | ||
43 | FIX_APIC_BASE, /* local (CPU) APIC) -- required for SMP or not */ | 44 | FIX_APIC_BASE, /* local (CPU) APIC) -- required for SMP or not */ |
45 | #endif | ||
46 | #ifdef CONFIG_X86_IO_APIC | ||
44 | FIX_IO_APIC_BASE_0, | 47 | FIX_IO_APIC_BASE_0, |
45 | FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS - 1, | 48 | FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS - 1, |
49 | #endif | ||
46 | FIX_EFI_IO_MAP_LAST_PAGE, | 50 | FIX_EFI_IO_MAP_LAST_PAGE, |
47 | FIX_EFI_IO_MAP_FIRST_PAGE = FIX_EFI_IO_MAP_LAST_PAGE | 51 | FIX_EFI_IO_MAP_FIRST_PAGE = FIX_EFI_IO_MAP_LAST_PAGE |
48 | + MAX_EFI_IO_PAGES - 1, | 52 | + MAX_EFI_IO_PAGES - 1, |