From: Jeremy Fitzhardinge Date: Wed, 18 Jul 2007 01:37:04 +0000 (-0700) Subject: Allocate and free vmalloc areas X-Git-Tag: v2.6.23-rc1~498^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f4352fbffd6c45123dbce9e195efd54df4e177e;p=pandora-kernel.git Allocate and free vmalloc areas Allocate/release a chunk of vmalloc address space: alloc_vm_area reserves a chunk of address space, and makes sure all the pagetables are constructed for that address range - but no pages. free_vm_area releases the address space range. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Ian Pratt Signed-off-by: Christian Limpach Signed-off-by: Chris Wright Cc: "Jan Beulich" Cc: "Andi Kleen" --- Reading git-diff-tree failed