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)
Sun, May 12, 4:14 PM
Unknown Object (File)
Thu, May 9, 9:24 AM
Unknown Object (File)
Sun, Apr 28, 8:42 AM
Unknown Object (File)
Sat, Apr 27, 1:44 AM
Unknown Object (File)
Wed, Apr 24, 2:10 AM
Unknown Object (File)
Tue, Apr 23, 6:46 PM
Unknown Object (File)
Jan 12 2024, 6:14 PM
Unknown Object (File)
Jan 11 2024, 1:58 AM
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.