linux_dsm_epyc7002/arch/arm64/lib
Ard Biesheuvel 288be97cc7 arm64/lib: copy_page: use consistent prefetch stride
The optional prefetch instructions in the copy_page() routine are
inconsistent: at the start of the function, two cachelines are
prefetched beyond the one being loaded in the first iteration, but
in the loop, the prefetch is one more line ahead. This appears to
be unintentional, so let's fix it.

While at it, fix the comment style and white space.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2017-07-25 10:04:42 +01:00
..
atomic_ll_sc.c
bitops.S
clear_page.S
clear_user.S arm64: don't pull uaccess.h into *.S 2016-12-26 13:05:17 -05:00
copy_from_user.S arm64: don't pull uaccess.h into *.S 2016-12-26 13:05:17 -05:00
copy_in_user.S arm64: switch to RAW_COPY_USER 2017-03-28 18:23:24 -04:00
copy_page.S arm64/lib: copy_page: use consistent prefetch stride 2017-07-25 10:04:42 +01:00
copy_template.S scripts/spelling.txt: add "overwritting" pattern and fix typo instances 2017-02-27 18:43:47 -08:00
copy_to_user.S arm64: don't pull uaccess.h into *.S 2016-12-26 13:05:17 -05:00
delay.c
Makefile
memchr.S
memcmp.S
memcpy.S
memmove.S
memset.S
strchr.S
strcmp.S
strlen.S
strncmp.S
strnlen.S
strrchr.S