mm/CRIS: clean up unused VALID_PAGE()
authorJiang Liu <[email protected]>
Wed, 3 Jul 2013 22:04:41 +0000 (15:04 -0700)
committerLinus Torvalds <[email protected]>
Wed, 3 Jul 2013 23:07:39 +0000 (16:07 -0700)
VALID_PAGE() has been removed from kernel long time ago, so clean up it.

Signed-off-by: Jiang Liu <[email protected]>
Acked-by: Jesper Nilsson <[email protected]>
Cc: Mikael Starvik <[email protected]>
Cc: Jiang Liu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/cris/include/asm/page.h

index be45ee366be922f43dd0a4b6e4e1f8dcc9aa3d25..dfc53f9b88ec60d49a262f965329882142af43c3 100644 (file)
@@ -51,7 +51,6 @@ typedef struct page *pgtable_t;
  */ 
 
 #define virt_to_page(kaddr)    (mem_map + (((unsigned long)(kaddr) - PAGE_OFFSET) >> PAGE_SHIFT))
-#define VALID_PAGE(page)       (((page) - mem_map) < max_mapnr)
 #define virt_addr_valid(kaddr) pfn_valid((unsigned)(kaddr) >> PAGE_SHIFT)
 
 /* convert a page (based on mem_map and forward) to a physical address