]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm/microblaze: clean up unused VALID_PAGE()
authorJiang Liu <liuj97@gmail.com>
Fri, 7 Jun 2013 00:08:20 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Jun 2013 05:42:30 +0000 (15:42 +1000)
VALID_PAGE() has been removed from kernel long time ago, so clean up it.

Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/microblaze/include/asm/page.h

index 85a5ae8e9bd04f5f3360b562ea03875c15e5e31a..fd850879854dff3f79a73effd5fc782e9bd203d8 100644 (file)
@@ -168,7 +168,6 @@ extern int page_is_ram(unsigned long pfn);
 #  else /* CONFIG_MMU */
 #  define ARCH_PFN_OFFSET      (memory_start >> PAGE_SHIFT)
 #  define pfn_valid(pfn)       ((pfn) < (max_mapnr + ARCH_PFN_OFFSET))
-#  define VALID_PAGE(page)     ((page - mem_map) < max_mapnr)
 #  endif /* CONFIG_MMU */
 
 # endif /* __ASSEMBLY__ */