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)
Thu, Sep 19, 1:44 PM
Unknown Object (File)
Tue, Sep 17, 3:06 AM
Unknown Object (File)
Mon, Sep 16, 6:46 PM
Unknown Object (File)
Wed, Sep 11, 4:12 PM
Unknown Object (File)
Wed, Sep 4, 1:35 AM
Unknown Object (File)
Aug 20 2024, 3:11 AM
Unknown Object (File)
Aug 20 2024, 12:43 AM
Unknown Object (File)
Aug 9 2024, 4:28 AM

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