aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/pgtable_32.h')
-rw-r--r--arch/x86/include/asm/pgtable_32.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/pgtable_32.h b/arch/x86/include/asm/pgtable_32.h
index 26e73569223c..f7f7e297a0a0 100644
--- a/arch/x86/include/asm/pgtable_32.h
+++ b/arch/x86/include/asm/pgtable_32.h
@@ -126,9 +126,6 @@ static inline int pud_large(pud_t pud) { return 0; }
126 126
127#define pmd_page(pmd) (pfn_to_page(pmd_val((pmd)) >> PAGE_SHIFT)) 127#define pmd_page(pmd) (pfn_to_page(pmd_val((pmd)) >> PAGE_SHIFT))
128 128
129#define pmd_page_vaddr(pmd) \
130 ((unsigned long)__va(pmd_val((pmd)) & PTE_PFN_MASK))
131
132#if defined(CONFIG_HIGHPTE) 129#if defined(CONFIG_HIGHPTE)
133#define pte_offset_map(dir, address) \ 130#define pte_offset_map(dir, address) \
134 ((pte_t *)kmap_atomic_pte(pmd_page(*(dir)), KM_PTE0) + \ 131 ((pte_t *)kmap_atomic_pte(pmd_page(*(dir)), KM_PTE0) + \