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
F89348165: D25465.id73693.diff
Fri, Jul 26, 9:02 PM
Unknown Object (File)
Thu, Jul 25, 9:28 PM
Unknown Object (File)
Thu, Jul 18, 1:54 PM
Unknown Object (File)
Fri, Jul 5, 9:22 AM
Unknown Object (File)
Thu, Jul 4, 10:02 AM
Unknown Object (File)
Thu, Jul 4, 8:20 AM
Unknown Object (File)
Wed, Jul 3, 9:14 PM
Unknown Object (File)
Wed, Jul 3, 6:43 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.