]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Add user access functions
authorRichard Kuo <rkuo@codeaurora.org>
Tue, 13 Sep 2011 00:38:01 +0000 (10:38 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Sep 2011 00:38:01 +0000 (10:38 +1000)
commit336c025ff0f02b9090daab077caeb289aec7ac06
treef35320f079dd874873ac8c39232c397f6126fabe
parentdf514cbaa172013d13e0349be8d0a1472a75628f
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]