commit | fb316913f820dae1f5772afaffb5700b601af24e | [log] [tgz] |
---|---|---|
author | Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> | Thu Dec 19 17:09:17 2013 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:17 2014 +0100 |
tree | c90d087741f4146d7ab7011c839c54e63d595acf | |
parent | 6f85cebe49a4cd25a381f356ad51ccc376d00a7c [diff] |
MIPS: asm: checksum: Split kernel and user copy operations In EVA mode, different instructions need to be used to read/write from kernel and userland. In non-EVA mode, there is no functional difference. The current address limit is checked to decide the type of operation that will be performed. Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>