]> git.baikalelectronics.ru Git - kernel.git/commit
Blackfin: push access_ok() L1 attribute down
authorMike Frysinger <vapier@gentoo.org>
Thu, 4 Jun 2009 19:24:31 +0000 (19:24 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 12 Jun 2009 10:12:05 +0000 (06:12 -0400)
commit45dacfc3d4a7d5cbab69c782cac7edc659525ef4
tree06a55abba25e5fbce8069d1bfe47dc4a2172a38c
parentf216578d038c6cd42382a783a8600ab0fd924621
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>
arch/blackfin/include/asm/uaccess.h
arch/blackfin/kernel/process.c