]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] sparsemem: provide pfn_to_nid
authorAndy Whitcroft <apw@shadowen.org>
Fri, 6 Jan 2006 08:10:54 +0000 (00:10 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:24 +0000 (08:33 -0800)
commit161599ff39a3c3cdea0a1be05ac53accd2c45cdd
tree9943c93c97dcf042f5ec7c5fab011be655d8212a
parent2bdaf115b1c364d89484b59d5b937973f1c5a5c3
[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 <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/mmzone.h