commit | 41c3e3346ab8e5caf9e76395bd812fac884ad371 | [log] [tgz] |
---|---|---|
author | Barry Song <barry.song@analog.com> | Tue Jun 29 08:43:38 2010 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Oct 22 03:48:54 2010 -0400 |
tree | c633e8703e010f71d34dc7065ea136c8f4b5d069 | |
parent | 027285e86fca48f1af3ed8b86a5c03453766f5ca [diff] |
Blackfin: access_ok: permit L1 stack When apps run with their stack in L1, some system calls might be made where a buffer is in the stack as an argument. So make sure the core Blackfin access code does not reject this memory location. Signed-off-by: Barry Song <barry.song@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>