aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable-3level.h
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2009-02-05 14:31:02 -0500
committerJeremy Fitzhardinge <jeremy@goop.org>2009-02-06 15:31:49 -0500
commit01ade20d5a22e6ef002cbb751dddc3a01a78f998 (patch)
tree28fefbc83299d5924bc3d9fd6d3448e014417762 /arch/x86/include/asm/pgtable-3level.h
parente24d7eee0beda24504bf6a4aa03be68328557475 (diff)
x86: unify pmd_offset
Impact: cleanup Unify and demacro pmd_offset. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'arch/x86/include/asm/pgtable-3level.h')
-rw-r--r--arch/x86/include/asm/pgtable-3level.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/pgtable-3level.h b/arch/x86/include/asm/pgtable-3level.h
index 28ba09ac2308..7ad9d05710b1 100644
--- a/arch/x86/include/asm/pgtable-3level.h
+++ b/arch/x86/include/asm/pgtable-3level.h
@@ -115,10 +115,6 @@ static inline void pud_clear(pud_t *pudp)
115 write_cr3(pgd); 115 write_cr3(pgd);
116} 116}
117 117
118/* Find an entry in the second-level page table.. */
119#define pmd_offset(pud, address) ((pmd_t *)pud_page_vaddr(*(pud)) + \
120 pmd_index(address))
121
122#ifdef CONFIG_SMP 118#ifdef CONFIG_SMP
123static inline pte_t native_ptep_get_and_clear(pte_t *ptep) 119static inline pte_t native_ptep_get_and_clear(pte_t *ptep)
124{ 120{