Page MenuHomeFreeBSD

Remove unused 32-bit compatibility structures from cryptodev.
ClosedPublic

Authored by markj on Jun 26 2020, 2:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 29, 7:12 AM
Unknown Object (File)
Feb 3 2024, 3:13 AM
Unknown Object (File)
Dec 14 2023, 10:00 PM
Unknown Object (File)
Nov 7 2023, 1:24 AM
Unknown Object (File)
Nov 1 2023, 2:31 PM
Unknown Object (File)
Oct 29 2023, 6:11 AM
Unknown Object (File)
Oct 21 2023, 8:25 PM
Unknown Object (File)
Oct 6 2023, 12:11 AM
Subscribers

Details

Summary

The counters are exported by a sysctl and have the same width on all
platforms anyway.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 31974
Build 29521: arc lint + arc unit

Event Timeline

markj requested review of this revision.Jun 26 2020, 2:53 PM
markj created this revision.
This revision is now accepted and ready to land.Jun 26 2020, 4:17 PM

Technically timespec32 != timespec for amd64 since i386 uses uint32_t for time_t? However, it seems no one bothered to add the 32-bit compat support shims anyway, so fine to remove.

In D25465#562348, @jhb wrote:

Technically timespec32 != timespec for amd64 since i386 uses uint32_t for time_t? However, it seems no one bothered to add the 32-bit compat support shims anyway, so fine to remove.

Also, cryptotstat should go away with the removal of CRYPTO_TIMING anyway.