]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Add user access functions
authorRichard Kuo <rkuo@codeaurora.org>
Mon, 31 Oct 2011 23:48:07 +0000 (18:48 -0500)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 1 Nov 2011 23:04:11 +0000 (10:04 +1100)
commitea521729e8e0717897354e533796a5c17e415cb1
treec50a6d8e643d8fe098212306b0e0a2e4b47bf33f
parent02af36b03a51fa762061fa4e59d0ef4e1f7d9f34
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]