From: Markos Chandras Date: Tue, 17 Dec 2013 13:15:40 +0000 (+0000) Subject: MIPS: asm: uaccess: Add instruction argument to __{put,get}_user_asm X-Git-Tag: v3.15-rc1~125^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d84869a19faa0fd541a9d3cc93cfe8ac3f0c4d83;p=pandora-kernel.git 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 --- Reading git-diff-tree failed