]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] sparsemem extreme: hotplug preparation
authorDave Hansen <haveblue@us.ibm.com>
Sat, 3 Sep 2005 22:54:29 +0000 (15:54 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:05:38 +0000 (00:05 -0700)
commit46dbe64f6e60f2583f4abd02a7f1b97d25fdc1cd
tree0ac0a08d88a692b9b9934344b5e439058d71772a
parent090ad137437455b6df5108f2ea8f62237423f82e
[PATCH] sparsemem extreme: hotplug preparation

This splits up sparse_index_alloc() into two pieces.  This is needed
because we'll allocate the memory for the second level in a different place
from where we actually consume it to keep the allocation from happening
underneath a lock

Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Bob Picco <bob.picco@hp.com>
Cc: 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
mm/sparse.c