[RFC][PATCH] unify pfn_to_page [11/25] m68k pfn_to_page/page_to_pfn

From: KAMEZAWA Hiroyuki
Date: Mon Feb 06 2006 - 06:02:09 EST



Complicated....memmap is not in order ?
Don't use generic ones by defining ARCH_HAS_PFN_PAGE

Signed-Off-By: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx>

Index: cleanup_pfn_page/include/asm-m68k/page.h
===================================================================
--- cleanup_pfn_page.orig/include/asm-m68k/page.h
+++ cleanup_pfn_page/include/asm-m68k/page.h
@@ -159,6 +159,7 @@ static inline void *__va(unsigned long x
* TODO: implement (fast) pfn<->pgdat_idx conversion functions, this makes lots
* of the shifts unnecessary.
*/
+#define ARCH_HAS_PFN_PAGE
#define virt_to_pfn(kaddr) (__pa(kaddr) >> PAGE_SHIFT)
#define pfn_to_virt(pfn) __va((pfn) << PAGE_SHIFT)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/