]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/kernel/hpet.c
x86-64: Map the HPET NX
[mv-sheeva.git] / arch / x86 / kernel / hpet.c
index 6781765b3a0df0317fc67a0051fb459aa3c15d01..e9f5605e4748ce53d6b2fb7dc333b54def523728 100644 (file)
@@ -71,7 +71,7 @@ static inline void hpet_set_mapping(void)
 {
        hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE);
 #ifdef CONFIG_X86_64
-       __set_fixmap(VSYSCALL_HPET, hpet_address, PAGE_KERNEL_VSYSCALL_NOCACHE);
+       __set_fixmap(VSYSCALL_HPET, hpet_address, PAGE_KERNEL_VVAR_NOCACHE);
 #endif
 }