X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Finclude%2Fasm%2Fpgtable.h;h=110295c5461dc2dd471f7172b31daf7eb589b244;hb=6a4690c22f5da1eb1c898b61b6a80da52fbd976f;hp=b02be6c55aeffe3956bdcbbd3159e36eeb2749fc;hpb=8ec53663d2698076468b3e1edc4e1b418bd54de3;p=linux-2.6-omap-h63xx.git diff --git a/arch/arm/include/asm/pgtable.h b/arch/arm/include/asm/pgtable.h index b02be6c55ae..110295c5461 100644 --- a/arch/arm/include/asm/pgtable.h +++ b/arch/arm/include/asm/pgtable.h @@ -344,11 +344,6 @@ static inline pte_t *pmd_page_vaddr(pmd_t pmd) #define pmd_page(pmd) virt_to_page(__va(pmd_val(pmd))) -/* - * Permanent address of a page. We never have highmem, so this is trivial. - */ -#define pages_to_mb(x) ((x) >> (20 - PAGE_SHIFT)) - /* * Conversion functions: convert a page and protection to a page entry, * and a page entry and page directory to the page they refer to.