commit | 6e0678f394c7bd21bfa5d252b071a09e10e7a749 | [log] [tgz] |
---|---|---|
author | Matthew Dobson <colpatch@us.ibm.com> | Sun Mar 26 01:37:44 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Mar 26 08:56:59 2006 -0800 |
tree | 45e9729c67b867821748414667dada0d36a8bd34 | |
parent | 8219dd5710c1daec2d7a086eeeee5187decfde60 [diff] |
[PATCH] mempool: add page allocator This will be used by the next patch in the series to replace duplicate mempool-backed page allocators in 2 places in the kernel. It is also likely that there will be more users in the future. Signed-off-by: Matthew Dobson <colpatch@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>