MIPS: asm: uaccess: Move duplicated code to common function
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 17 Dec 2013 14:42:23 +0000 (14:42 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:15 +0000 (23:09 +0100)
Similar to __get_user_* functions, move common code to
__put_user_*_common so it can be shared among similar users.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>

No differences found