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
F108596472: D39913.id121332.diff
Sun, Jan 26, 6:39 PM
F108592319: D39913.id121623.diff
Sun, Jan 26, 5:58 PM
Unknown Object (File)
Sat, Jan 25, 9:00 PM
Unknown Object (File)
Sat, Jan 25, 1:55 PM
Unknown Object (File)
Mon, Jan 20, 8:47 PM
Unknown Object (File)
Dec 6 2024, 11:32 AM
Unknown Object (File)
Dec 3 2024, 9:56 AM
Unknown Object (File)
Nov 26 2024, 1:48 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