From ba0ac1054f8cfb2ee59c8c1322c76e424fb272b6 Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Tue, 30 Sep 2008 16:05:09 +0100 Subject: [PATCH] --- yaml --- r: 112311 b: refs/heads/master c: dfcc64497cbbf942cdd5af4b7eb17542b62aa759 h: refs/heads/master i: 112309: b0a6876f7a61793d04acb9d59b57133f4396387d 112307: c1f599bb5201d1b516d70c0ac4f4614dca890eec 112303: 02e473fd28c5dcf20060c56663f9f9832b336d2e v: v3 --- [refs] | 2 +- trunk/arch/arm/include/asm/pgtable.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 960d783ce23b..ad208ad82818 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 76ebc6a429ec2becc2fa738c85ab9688ea4b9006 +refs/heads/master: dfcc64497cbbf942cdd5af4b7eb17542b62aa759 diff --git a/trunk/arch/arm/include/asm/pgtable.h b/trunk/arch/arm/include/asm/pgtable.h index 8e21ef15bd74..ec630109a8c7 100644 --- a/trunk/arch/arm/include/asm/pgtable.h +++ b/trunk/arch/arm/include/asm/pgtable.h @@ -319,11 +319,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.