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)
Mon, May 18, 12:59 AM
Unknown Object (File)
Mon, May 18, 12:59 AM
Unknown Object (File)
Mon, May 18, 12:45 AM
Unknown Object (File)
Wed, May 13, 6:48 AM
Unknown Object (File)
Tue, May 12, 3:46 PM
Unknown Object (File)
Tue, May 12, 2:00 PM
Unknown Object (File)
Wed, May 6, 3:35 AM
Unknown Object (File)
Wed, May 6, 1:29 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.