From: Andy Whitcroft Date: Fri, 6 Jan 2006 08:10:54 +0000 (-0800) Subject: [PATCH] sparsemem: provide pfn_to_nid X-Git-Tag: v2.6.16-rc1~936^2~263 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=161599ff39a3c3cdea0a1be05ac53accd2c45cdd;p=pandora-kernel.git [PATCH] sparsemem: provide pfn_to_nid Before SPARSEMEM is initialised we cannot provide an efficient pfn_to_nid() implmentation; before initialisation is complete we use early_pfn_to_nid() to provide location information. Until recently there was no non-init user of this functionality. Provide a post init pfn_to_nid() implementation. Note that this implmentation assumes that the pfn passed has been validated with pfn_valid(). The current single user of this function already has this check. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed