commit | 930fc45a49ddebe7555cc5c837d82b9c27e65ff4 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@engr.sgi.com> | Sat Oct 29 18:15:41 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 29 21:40:35 2005 -0700 |
tree | f0e4b32bd4e2f951c4eb1bc1fcdeefdcbb8e6195 | |
parent | be15cd72d256e5eb3261a781b8507fac83ab33f6 [diff] |
[PATCH] vmalloc_node This patch adds vmalloc_node(size, node) -> Allocate necessary memory on the specified node and get_vm_area_node(size, flags, node) and the other functions that it depends on. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>