]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Add user access functions
authorRichard Kuo <rkuo@codeaurora.org>
Wed, 14 Sep 2011 00:50:34 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Sep 2011 00:50:34 +0000 (10:50 +1000)
commit2b2018f51d4b18c45bc1a67a3986d29392eaaf52
tree99c6d5bb7f607793e8a8574053cec3f3b01bc7b1
parentddb90ce42ece8adb0ee69b306314268c4ec611bd
Hexagon: Add user access functions

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/hexagon/include/asm/uaccess.h [new file with mode: 0644]
arch/hexagon/mm/copy_from_user.S [new file with mode: 0644]
arch/hexagon/mm/copy_to_user.S [new file with mode: 0644]
arch/hexagon/mm/copy_user_template.S [new file with mode: 0644]
arch/hexagon/mm/strnlen_user.S [new file with mode: 0644]
arch/hexagon/mm/uaccess.c [new file with mode: 0644]