commit | a43b739f257fd2569e11c6c93fbb86df382848e9 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Jun 04 19:24:31 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Jun 12 06:12:05 2009 -0400 |
tree | 06a55abba25e5fbce8069d1bfe47dc4a2172a38c | |
parent | 8d0d8f2a3a57479b695a59ed2f67236f1488b90d [diff] |
Blackfin: push access_ok() L1 attribute down There is no need for the L1 attribute to be on the prototype of the access_ok() function as all consumers of the function do not care where it lives -- they'll always use pcrel calls to get to it. This prevents pointless recompiles of most of the system when this config option changes. Signed-off-by: Mike Frysinger <vapier@gentoo.org>