Re: [PATCH] squash duplicate page_to_pfn and pfn_to_page

From: KAMEZAWA Hiroyuki
Date: Tue Apr 11 2006 - 21:22:43 EST


On Tue, 11 Apr 2006 20:45:39 +0100
Andy Whitcroft <apw@xxxxxxxxxxxx> wrote:

> 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.
>

Thank you for elimination of duplicated codes.

Thanks,
-Kame

-
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/