x86: unify pmd_present
[deliverable/linux.git] / arch / x86 / include / asm / pgtable_32.h
index 188073713fed881414288a677aa5b011af3ccfeb..f35160730b65ba627c513f4895925b1a554ce196 100644 (file)
@@ -87,7 +87,6 @@ extern unsigned long pg0[];
 
 /* To avoid harmful races, pmd_none(x) should check only the lower when PAE */
 #define pmd_none(x)    (!(unsigned long)pmd_val((x)))
-#define pmd_present(x) (pmd_val((x)) & _PAGE_PRESENT)
 #define pmd_bad(x) ((pmd_val(x) & (PTE_FLAGS_MASK & ~_PAGE_USER)) != _KERNPG_TABLE)
 
 #define pages_to_mb(x) ((x) >> (20-PAGE_SHIFT))
This page took 0.025403 seconds and 5 git commands to generate.