commit | d84869a19faa0fd541a9d3cc93cfe8ac3f0c4d83 | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Tue Dec 17 13:15:40 2013 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:15 2014 +0100 |
tree | da9ee1c53629c94c75b3f1f1729bec6f7aeef91c | |
parent | fd9720e96e856160f94907db06b707841cbafb0d [diff] |
MIPS: asm: uaccess: Add instruction argument to __{put,get}_user_asm In preparation for EVA support, an instruction argument is needed for the __get_user_asm{,_ll32} functions to allow instruction overrides in EVA mode. Even though EVA only works for MIPS 32-bit, both codepaths are changed (32-bit and 64-bit) for consistency reasons. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>