]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/include/asm/pgtable.h
Merge branch 'ptebits' into devel
[linux-2.6-omap-h63xx.git] / arch / arm / include / asm / pgtable.h
index b02be6c55aeffe3956bdcbbd3159e36eeb2749fc..110295c5461dc2dd471f7172b31daf7eb589b244 100644 (file)
@@ -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.