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)
Fri, Apr 12, 1:48 AM
Unknown Object (File)
Jan 12 2024, 9:16 AM
Unknown Object (File)
Dec 20 2023, 6:48 AM
Unknown Object (File)
Sep 23 2023, 11:05 PM
Unknown Object (File)
Sep 23 2023, 11:02 PM
Unknown Object (File)
Sep 23 2023, 11:01 PM
Unknown Object (File)
Sep 5 2023, 1:03 AM
Unknown Object (File)
Mar 5 2023, 5:59 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.