Page MenuHomeFreeBSD

hwpmc: remove static POWER8 definitions
ClosedPublic

Authored by luporl on Jul 28 2021, 4:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 1 2024, 7:07 PM
Unknown Object (File)
Sep 30 2024, 5:51 AM
Unknown Object (File)
Sep 30 2024, 2:21 AM
Unknown Object (File)
Sep 20 2024, 7:16 PM
Unknown Object (File)
Sep 20 2024, 7:01 PM
Unknown Object (File)
Sep 17 2024, 8:20 PM
Unknown Object (File)
Sep 17 2024, 6:33 AM
Unknown Object (File)
Sep 16 2024, 6:42 PM
Subscribers

Details

Summary

After b48a2770d48b, static POWER8 definitions became unnecessary,
as all of them (and much more) are already present in libpmc's
PMU events.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jul 28 2021, 10:49 PM
mhorne added inline comments.
sys/dev/hwpmc/pmc_events.h
1863

Maybe like this?

sys/dev/hwpmc/pmc_events.h
1863

Sure.

This revision was automatically updated to reflect the committed changes.