Page MenuHomeFreeBSD

Remove the old ARMv4 memcpy
ClosedPublic

Authored by andrew on Jan 23 2021, 8:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 9:05 PM
Unknown Object (File)
Sun, Mar 31, 1:39 AM
Unknown Object (File)
Dec 22 2023, 11:36 PM
Unknown Object (File)
Dec 12 2023, 5:43 PM
Unknown Object (File)
Dec 2 2023, 9:36 AM
Unknown Object (File)
Nov 23 2023, 8:37 AM
Unknown Object (File)
Nov 5 2023, 10:41 AM
Unknown Object (File)
Oct 31 2023, 11:53 PM
Subscribers

Details

Reviewers
None
Group Reviewers
ARM
Commits
rG4d2ff2330f51: Remove the old ARMv4 memcpy
Summary

This was only used when building for ARMv4 or some ARMv5 or when
_STANDALONE is defined. As ARMv4 and ARMv5 support has been removed,
and we only define _STANDALONE in the bootloader where we don't use
this version of memcpy we can remove it.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jan 28 2021, 10:51 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.