HomeFreeBSD

Don't use memcpy() in the early microcode loading code.

Description

Don't use memcpy() in the early microcode loading code.

At some point memcpy() may be an ifunc, ifunc resolution cannot be done
until CPU identification has been performed, and CPU identification must
be done after loading any microcode updates.

X-MFC with: r337715
Sponsored by: The FreeBSD Foundation

Details

Provenance
markjAuthored on
Parents
rS337753: MFC r337430, r337436:
Branches
Unknown
Tags
Unknown