From: Paul Mundt Date: Fri, 21 Mar 2008 09:08:58 +0000 (+0900) Subject: sh: Fix up __access_ok() check for nommu. X-Git-Tag: v2.6.26-rc1~1135^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9460c0ce9b29825d279081d5078815a32c268ada;p=pandora-kernel.git sh: Fix up __access_ok() check for nommu. Presently this only checks to see if an address is an RAM, but this doesn't work with XIP, so just always return 1. Follows m68knommu. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed