X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-i386%2Fpgtable.h;h=03f3c8ac6383a4d7f874e12869b56f7ba45f1414;hb=87199134b4a85de56a7508c551ab3b3a3ee35035;hp=38ec33eb6f121516f168b6f0288a86cfd37c6779;hpb=ca140fdadbe4c031a20a970f46163908d09a116b;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-i386/pgtable.h b/include/asm-i386/pgtable.h index 38ec33eb6f1..03f3c8ac638 100644 --- a/include/asm-i386/pgtable.h +++ b/include/asm-i386/pgtable.h @@ -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))