From: Andy Whitcroft Date: Fri, 23 Jun 2006 09:03:12 +0000 (-0700) Subject: [PATCH] squash duplicate page_to_pfn and pfn_to_page X-Git-Tag: v2.6.18-rc1~1081^2~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67de648211fa041fe08a0c25241a4980bbb90698;p=pandora-kernel.git [PATCH] squash duplicate page_to_pfn and pfn_to_page We have architectures where the size of page_to_pfn and pfn_to_page are significant enough to overall image size that they wish to push them out of line. However, in the process we have grown a second copy of the implementation of each of these routines for each memory model. Share the implmentation exposing it either inline or out-of-line as required. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed