commit | 1d6fb222bd23696a25b9b256a3e076b9c60677b8 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@mips.com> | Mon Oct 15 18:33:22 2018 +0000 |
committer | Paul Burton <paul.burton@mips.com> | Mon Oct 15 23:11:14 2018 -0700 |
tree | 51574e2a0aa53407d2b7b77b5259261688e669a7 | |
parent | e2b405439903b20675de30090aab0fcadef5bbba [diff] |
MIPS: lib: Use kernel_pref & user_pref in memcpy() memcpy() is the only user of the PREF() & PREFE() macros from asm/asm.h. Switch to using the kernel_pref() & user_pref() macros from asm/asm-eva.h which fit more consistently with other abstractions of EVA vs non-EVA instructions. Signed-off-by: Paul Burton <paul.burton@mips.com> Patchwork: https://patchwork.linux-mips.org/patch/20907/ Cc: linux-mips@linux-mips.org