* PATCH] unify pfn_to_page take 2 [4/25] powerpc funcs
@ 2006-02-08 5:48 KAMEZAWA Hiroyuki
0 siblings, 0 replies; only message in thread
From: KAMEZAWA Hiroyuki @ 2006-02-08 5:48 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: linuxppc-dev
It looks powerpc doesn't have DISCONTIGMEM config.
Just replace FLATMEM ver.
Signed-Off-By: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Index: test-layout-free-zone/include/asm-powerpc/page.h
===================================================================
--- test-layout-free-zone.orig/include/asm-powerpc/page.h
+++ test-layout-free-zone/include/asm-powerpc/page.h
@@ -69,8 +69,6 @@
#endif
#ifdef CONFIG_FLATMEM
-#define pfn_to_page(pfn) (mem_map + (pfn))
-#define page_to_pfn(page) ((unsigned long)((page) - mem_map))
#define pfn_valid(pfn) ((pfn) < max_mapnr)
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-08 5:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-08 5:48 PATCH] unify pfn_to_page take 2 [4/25] powerpc funcs KAMEZAWA Hiroyuki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).