]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit44e7c3f9edf7058b31a2f9f1b175af9e3cd26402
treef1b8a601ea8cae381e2c6d9246414e0b9723ea83
parentbefe568f393ca7db3e3ea81f3414312911c72b47
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