]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] vmalloc_node
authorChristoph Lameter <clameter@engr.sgi.com>
Sun, 30 Oct 2005 01:15:41 +0000 (18:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 30 Oct 2005 04:40:35 +0000 (21:40 -0700)
commit930fc45a49ddebe7555cc5c837d82b9c27e65ff4
treef0e4b32bd4e2f951c4eb1bc1fcdeefdcbb8e6195
parentbe15cd72d256e5eb3261a781b8507fac83ab33f6
[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>
include/linux/vmalloc.h
mm/vmalloc.c