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)
Sat, Oct 11, 7:50 AM
Unknown Object (File)
Sat, Oct 4, 3:32 PM
Unknown Object (File)
Sat, Oct 4, 1:20 PM
Unknown Object (File)
Sat, Oct 4, 8:40 AM
Unknown Object (File)
Sat, Oct 4, 5:04 AM
Unknown Object (File)
Sat, Oct 4, 4:07 AM
Unknown Object (File)
Sep 3 2025, 5:00 PM
Unknown Object (File)
Aug 17 2025, 8:11 AM
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.