commit | 1af446edfe3239b2b731f3458b3c285c397464cc | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Aug 04 16:01:47 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Aug 04 16:01:47 2008 +0900 |
tree | b1ff67e6c7be9f0d08fed583154c12301a6d9c38 | |
parent | d8eb2fab18b856fcaebe2619e8eaaa152baebc66 [diff] |
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>