summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/fixmap_64.h
diff options
context:
space:
mode:
authorYinghai Lu2008-07-13 23:50:56 +0200
committerIngo Molnar2008-07-14 09:24:17 +0200
commit2387ce57a8167490d3b34a7e1ffa9a64a1a76244 (patch)
treeee48c3208c16081c22aea3a49a9651fded08c4ff /include/asm-x86/fixmap_64.h
parentx86: get x86_phys_bits early (diff)
downloadkernel-qcow2-linux-2387ce57a8167490d3b34a7e1ffa9a64a1a76244.tar.gz
kernel-qcow2-linux-2387ce57a8167490d3b34a7e1ffa9a64a1a76244.tar.xz
kernel-qcow2-linux-2387ce57a8167490d3b34a7e1ffa9a64a1a76244.zip
x86: make 64bit hpet_set_mapping to use ioremap too, v2
keep the one for VSYSCALL_HPET Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/fixmap_64.h')
-rw-r--r--include/asm-x86/fixmap_64.h1
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 {
VSYSCALL_HPET,
FIX_DBGP_BASE,
FIX_EARLYCON_MEM_BASE,
- FIX_HPET_BASE,
FIX_APIC_BASE, /* local (CPU) APIC) -- required for SMP or not */
FIX_IO_APIC_BASE_0,
FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS - 1,