]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/pgtable.h
Merge branch 'master'
[linux-2.6-omap-h63xx.git] / include / asm-i386 / pgtable.h
index 38ec33eb6f121516f168b6f0288a86cfd37c6779..03f3c8ac6383a4d7f874e12869b56f7ba45f1414 100644 (file)
@@ -323,8 +323,6 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
        return pte;
 }
 
-#define page_pte(page) page_pte_prot(page, __pgprot(0))
-
 #define pmd_large(pmd) \
 ((pmd_val(pmd) & (_PAGE_PSE|_PAGE_PRESENT)) == (_PAGE_PSE|_PAGE_PRESENT))