diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-08 06:24:29 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 06:24:29 -0400 |
commit | 6236af82d8a989e150a02800c210eb61cb1e17be (patch) | |
tree | d5e83e66b09fc405ac70925f9b83152abaf48a03 /include/asm-x86/pgtable.h | |
parent | e3ae0acf59244ecf5b023ec99cef4b6b29d649bc (diff) | |
parent | 8b7ef4ec5b1ac8b6feebf5ae9cda85a7514728f8 (diff) |
Merge branch 'x86/fixmap' into x86/devel
Conflicts:
arch/x86/mm/init_64.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/pgtable.h')
-rw-r--r-- | include/asm-x86/pgtable.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/pgtable.h b/include/asm-x86/pgtable.h index bcb5446a08d1..f048975b31a4 100644 --- a/include/asm-x86/pgtable.h +++ b/include/asm-x86/pgtable.h | |||
@@ -313,6 +313,9 @@ int phys_mem_access_prot_allowed(struct file *file, unsigned long pfn, | |||
313 | unsigned long size, pgprot_t *vma_prot); | 313 | unsigned long size, pgprot_t *vma_prot); |
314 | #endif | 314 | #endif |
315 | 315 | ||
316 | /* Install a pte for a particular vaddr in kernel space. */ | ||
317 | void set_pte_vaddr(unsigned long vaddr, pte_t pte); | ||
318 | |||
316 | #ifdef CONFIG_PARAVIRT | 319 | #ifdef CONFIG_PARAVIRT |
317 | #include <asm/paravirt.h> | 320 | #include <asm/paravirt.h> |
318 | #else /* !CONFIG_PARAVIRT */ | 321 | #else /* !CONFIG_PARAVIRT */ |