commit | 35f2c2f6f6ae13ef23c4f68e6d3073753077ca43 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jun 09 17:48:56 2009 +0900 |
committer | James Morris <jmorris@namei.org> | Wed Jun 10 09:24:09 2009 +1000 |
tree | 9196736b9a1a70ae8dfaa9504b0ce94552a09d73 | |
parent | c3fa109a5894077d1eaf8731ea741a15dd117b3c [diff] |
nommu: Provide mmap_min_addr definition. With the "security: use mmap_min_addr indepedently of security models" change, mmap_min_addr is used in common areas, which susbsequently blows up the nommu build. This stubs in the definition in the nommu case as well. Signed-off-by: Paul Mundt <lethal@linux-sh.org> -- mm/nommu.c | 3 +++ 1 file changed, 3 insertions(+) Signed-off-by: James Morris <jmorris@namei.org>