]> git.ipfire.org Git - people/arne_f/kernel.git/commit - mm/nommu.c
nommu: Provide stubbed alloc/free_vm_area() implementation.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 24 Dec 2010 03:08:30 +0000 (12:08 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 24 Dec 2010 03:08:30 +0000 (12:08 +0900)
commit29c185e5c681ca00d863d161eda7eadb93e32ee5
treef1b8a601ea8cae381e2c6d9246414e0b9723ea83
parent9a14f653dfe349c0916e6a78c413effa2fa3f001
nommu: Provide stubbed alloc/free_vm_area() implementation.

Now that these have been introduced in to the vmalloc API, sync up the
nommu side of things. At present we don't deal with VMAs as such, so for
the time being these will simply BUG() out. In the future it should be
possible to support this interface by layering on top of the vm_regions.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
mm/nommu.c