nommu: Provide vmalloc_exec().
authorPaul Mundt <lethal@linux-sh.org>
Mon, 4 Aug 2008 07:01:47 +0000 (16:01 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 4 Aug 2008 07:01:47 +0000 (16:01 +0900)
commit1af446edfe3239b2b731f3458b3c285c397464cc
treeb1ff67e6c7be9f0d08fed583154c12301a6d9c38
parentd8eb2fab18b856fcaebe2619e8eaaa152baebc66
nommu: Provide vmalloc_exec().

Now that SH has switched to vmalloc_exec() for PAGE_KERNEL_EXEC usage,
it's apparent that nommu has no vmalloc_exec() definition of its own.
Stub in the one from mm/vmalloc.c.

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