linux/arch/alpha/mm
Tejun Heo f0aa661790 vmalloc: implement vm_area_register_early()
Impact: allow multiple early vm areas

There are places where kernel VM area needs to be allocated before
vmalloc is initialized.  This is done by allocating static vm_struct,
initializing several fields and linking it to vmlist and later vmalloc
initialization picking up these from vmlist.  This is currently done
manually and if there's more than one such areas, there's no defined
way to arbitrate who gets which address.

This patch implements vm_area_register_early(), which takes vm_area
struct with flags and size initialized, assigns address to it and puts
it on the vmlist.  This way, multiple early vm areas can determine
which addresses they should use.  The only current user - alpha mm
init - is converted to use it.

Signed-off-by: Tejun Heo <tj@kernel.org>
2009-02-20 16:29:08 +09:00
..
extable.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
fault.c Use helpers to obtain task pid in printks (arch code) 2007-10-19 11:53:43 -07:00
init.c vmalloc: implement vm_area_register_early() 2009-02-20 16:29:08 +09:00
Makefile [PATCH] Generic ioremap_page_range: alpha conversion 2006-10-01 00:39:31 -07:00
numa.c alpha: use generic show_mem() 2008-07-26 12:00:10 -07:00