Page MenuHomeFreeBSD

arm: Remove armv5 supprt
ClosedPublic

Authored by imp on Feb 13 2023, 8:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 13 2024, 5:09 PM
Unknown Object (File)
Sep 28 2024, 12:42 AM
Unknown Object (File)
Sep 26 2024, 9:34 PM
Unknown Object (File)
Sep 22 2024, 10:56 PM
Unknown Object (File)
Sep 19 2024, 9:59 PM
Unknown Object (File)
Sep 17 2024, 9:32 PM
Unknown Object (File)
Sep 6 2024, 5:47 AM
Unknown Object (File)
Sep 5 2024, 9:34 PM

Details

Summary

This can only be true on armv5, so we can GC it.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 49746
Build 46636: arc lint + arc unit

Event Timeline

imp requested review of this revision.Feb 13 2023, 8:06 PM
This revision is now accepted and ready to land.Feb 13 2023, 8:08 PM
imp retitled this revision from arm: Cleanup overly complicated expression to arm: Remove armv5 supprt.Feb 13 2023, 8:12 PM
imp edited the summary of this revision. (Show Details)

Read conditional backwards

This revision now requires review to proceed.Feb 13 2023, 8:12 PM

MACHINE_ARCH will always be armv6 or armv7, so expression never true

This revision is now accepted and ready to land.Feb 13 2023, 8:14 PM
fuz added a subscriber: fuz.

LGTM

This revision was automatically updated to reflect the committed changes.