]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/pgtable.h
Merge branch 'x86/fixmap' into x86/devel
[linux-2.6-omap-h63xx.git] / include / asm-x86 / pgtable.h
index bcb5446a08d1b431b07192d4467c39c50c2db1ba..f048975b31a48c20398980d0479097434b6e00b1 100644 (file)
@@ -313,6 +313,9 @@ int phys_mem_access_prot_allowed(struct file *file, unsigned long pfn,
                               unsigned long size, pgprot_t *vma_prot);
 #endif
 
+/* Install a pte for a particular vaddr in kernel space. */
+void set_pte_vaddr(unsigned long vaddr, pte_t pte);
+
 #ifdef CONFIG_PARAVIRT
 #include <asm/paravirt.h>
 #else  /* !CONFIG_PARAVIRT */