x86: unify pud_present
[deliverable/linux.git] / arch / x86 / include / asm / pgtable_64.h
index 35b8dbc068e0ea37896883c28791cbbde7850cac..acdc27b202c88b659b539af45a372cbc13ae1d66 100644 (file)
@@ -194,7 +194,6 @@ static inline int pgd_large(pgd_t pgd) { return 0; }
 #define pud_index(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD - 1))
 #define pud_offset(pgd, address)                                       \
        ((pud_t *)pgd_page_vaddr(*(pgd)) + pud_index((address)))
-#define pud_present(pud) (pud_val((pud)) & _PAGE_PRESENT)
 
 static inline int pud_large(pud_t pte)
 {
This page took 0.02582 seconds and 5 git commands to generate.