]> git.baikalelectronics.ru Git - kernel.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)
commitacee3f00eadf658bc72b36cc1a1d3d3a6b2afc57
treef0e4b32bd4e2f951c4eb1bc1fcdeefdcbb8e6195
parentba42a7896a1da2cdf15d564c3106157b4f0b4a93
[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