Page MenuHomeFreeBSD

arm: Remove useless armv6/armv7 options
ClosedPublic

Authored by imp on Oct 20 2022, 3:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 13, 11:39 PM
Unknown Object (File)
Thu, Nov 13, 8:50 PM
Unknown Object (File)
Thu, Nov 13, 8:48 PM
Unknown Object (File)
Thu, Nov 13, 5:53 PM
Unknown Object (File)
Wed, Nov 12, 11:22 AM
Unknown Object (File)
Wed, Oct 29, 7:23 PM
Unknown Object (File)
Oct 11 2025, 7:50 AM
Unknown Object (File)
Oct 4 2025, 3:32 PM
Subscribers

Details

Summary

Cleanup another remnant of the armv4/armv5 support. Now that we always
define armv6 or armv7, these lines can be deleted (execpt hwpmc_armv7.c
which now needs just one line). Since we don't do anything different
between armv6 and armv7 from a config file selection point of view,
delete them from options.arm. We are extremely unlikely to grow anything
new here during the remaining lifetime of 32-bit arm in FreeBSD.

Sponsored by: Netflix

Test Plan

Build GENERIC and RPI-B.

Diff Detail

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

Event Timeline

imp requested review of this revision.Oct 20 2022, 3:07 PM
imp added a reviewer: kevans.
This revision is now accepted and ready to land.Oct 20 2022, 3:14 PM
andrew added inline comments.
sys/conf/files.arm
115

We should remove this file if it's not needed

sys/conf/files.arm
115

Will do in a followup commit.

This revision was automatically updated to reflect the committed changes.