diff options
Diffstat (limited to 'include/asm-x86/fixmap_64.h')
-rw-r--r-- | include/asm-x86/fixmap_64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/fixmap_64.h b/include/asm-x86/fixmap_64.h index 6a4789d57e6c..00f3d74a0524 100644 --- a/include/asm-x86/fixmap_64.h +++ b/include/asm-x86/fixmap_64.h | |||
@@ -40,7 +40,6 @@ 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 | FIX_HPET_BASE, | ||
44 | FIX_APIC_BASE, /* local (CPU) APIC) -- required for SMP or not */ | 43 | FIX_APIC_BASE, /* local (CPU) APIC) -- required for SMP or not */ |
45 | FIX_IO_APIC_BASE_0, | 44 | FIX_IO_APIC_BASE_0, |
46 | FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS - 1, | 45 | FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS - 1, |