Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information