From: Michael Jones Date: Wed, 9 Mar 2011 09:17:32 +0000 (+0000) Subject: omap: iovmm: disallow mapping NULL address when IOVMF_DA_ANON is set X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbcfc29c5956b019b0c8e92c34a92ca2a11488b8;p=pandora-kernel.git omap: iovmm: disallow mapping NULL address when IOVMF_DA_ANON is set commit c7f4ab26e3bcdaeb3e19ec658e3ad9092f1a6ceb allowed mapping the NULL address if da_start==0, which would then not get unmapped. Disallow this again if IOVMF_DA_ANON is set. And spell variable 'alignment' correctly. Signed-off-by: Michael Jones Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed