From: Paul Mundt Date: Tue, 9 Jun 2009 08:48:56 +0000 (+0900) Subject: nommu: Provide mmap_min_addr definition. X-Git-Tag: v2.6.31-rc1~395^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f2c2f6f6ae13ef23c4f68e6d3073753077ca43;p=pandora-kernel.git 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 -- mm/nommu.c | 3 +++ 1 file changed, 3 insertions(+) Signed-off-by: James Morris --- Reading git-diff-tree failed