Page MenuHomeFreeBSD

hwpmc: remove stub pmd_switch_{in,out} methods
ClosedPublic

Authored by mhorne on May 1 2023, 7:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 20 2024, 11:31 AM
Unknown Object (File)
Oct 17 2024, 4:28 AM
Unknown Object (File)
Oct 3 2024, 9:32 PM
Unknown Object (File)
Oct 3 2024, 7:20 PM
Unknown Object (File)
Sep 19 2024, 1:44 PM
Unknown Object (File)
Sep 17 2024, 3:06 AM
Unknown Object (File)
Sep 16 2024, 6:46 PM
Unknown Object (File)
Sep 11 2024, 4:12 PM

Details

Summary

Most platforms (non-x86) don't require these methods and implement stub
versions. If we initialize the pmc_mdep structure to always point to the
generic versions, then we can purge the duplicate stubs.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable