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)
Mon, May 27, 1:44 AM
Unknown Object (File)
Wed, May 22, 1:32 AM
Unknown Object (File)
Sun, May 12, 4:14 PM
Unknown Object (File)
Thu, May 9, 9:24 AM
Unknown Object (File)
Apr 28 2024, 8:42 AM
Unknown Object (File)
Apr 27 2024, 1:44 AM
Unknown Object (File)
Apr 24 2024, 2:10 AM
Unknown Object (File)
Apr 23 2024, 6:46 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40724
Build 37613: arc lint + arc unit

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.