HomeFreeBSD

amd64: tidy up kernel memmove

Description

amd64: tidy up kernel memmove

There is no need to use %rax for temporary values and avoiding doing
so shortens the func.
Handle the explicit 'check for tail' depessimisization for backwards copying.

This reduces the diff against userspace.

Approved by: re (kib)

Details

Provenance
mjgAuthored on
Parents
rS338699: Remove unneeded new line from the panic string.
Branches
Unknown
Tags
Unknown