commit | 9460c0ce9b29825d279081d5078815a32c268ada | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Mar 21 18:08:58 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Apr 18 09:50:02 2008 -0700 |
tree | 6881ce0126df1172856efaa582bd91e21fda1fc9 | |
parent | 5c0cbd74bb56aeb7f3de883ab79c5f501622ccb1 [diff] |
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 <lethal@linux-sh.org>