* [PATCH] h8300 remove duplicate define
@ 2006-07-06 10:54 Yoshinori Sato
0 siblings, 0 replies; only message in thread
From: Yoshinori Sato @ 2006-07-06 10:54 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
diff --git a/include/asm-h8300/page.h b/include/asm-h8300/page.h
index 6472c9f..e03eb8c 100644
--- a/include/asm-h8300/page.h
+++ b/include/asm-h8300/page.h
@@ -67,7 +67,6 @@ extern unsigned long memory_end;
#define MAP_NR(addr) (((unsigned long)(addr)-PAGE_OFFSET) >> PAGE_SHIFT)
#define virt_to_page(addr) (mem_map + (((unsigned long)(addr)-PAGE_OFFSET) >> PAGE_SHIFT))
-#define virt_to_page(addr) (mem_map + (((unsigned long)(addr)-PAGE_OFFSET) >> PAGE_SHIFT))
#define page_to_virt(page) ((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET)
#define pfn_valid(page) (page < max_mapnr)
--
Yoshinori Sato
<ysato@users.sourceforge.jp>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-07-06 10:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06 10:54 [PATCH] h8300 remove duplicate define Yoshinori Sato
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox