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)
Tue, Jun 16, 7:31 AM
Unknown Object (File)
Mon, Jun 15, 10:59 AM
Unknown Object (File)
Sun, Jun 14, 10:17 AM
Unknown Object (File)
Sat, Jun 13, 10:32 PM
Unknown Object (File)
May 18 2026, 12:59 AM
Unknown Object (File)
May 18 2026, 12:59 AM
Unknown Object (File)
May 18 2026, 12:45 AM
Unknown Object (File)
May 13 2026, 6:48 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.