Page MenuHomeFreeBSD

Call pmc_hook() correctly in the ARM64 interrupt handler
ClosedPublic

Authored by zbb on Feb 1 2016, 2:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 30 2024, 5:14 PM
Unknown Object (File)
Jan 10 2024, 1:07 PM
Unknown Object (File)
Jan 10 2024, 1:07 PM
Unknown Object (File)
Jan 10 2024, 1:07 PM
Unknown Object (File)
Jan 10 2024, 12:54 PM
Unknown Object (File)
Jan 8 2024, 7:41 AM
Unknown Object (File)
Jan 5 2024, 6:47 PM
Unknown Object (File)
Jan 2 2024, 1:17 PM
Subscribers

Details

Summary

pmc_hook() was called only in case of the stray interrupt but should
rather be called on each interrupt. Move in to the arm_cpu_intr()
handler, out of the critical section too.

Reviewed by:
Obtained from: Semihalf
Sponsored by: Cavium
Differential Revision:

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zbb retitled this revision from to Call pmc_hook() correctly in the ARM64 interrupt handler.
zbb updated this object.
zbb edited the test plan for this revision. (Show Details)
zbb added reviewers: andrew, wma, br.
zbb set the repository for this revision to rS FreeBSD src repository - subversion.
zbb added a subscriber: arm64.
br edited edge metadata.
This revision is now accepted and ready to land.Feb 1 2016, 2:44 PM
This revision was automatically updated to reflect the committed changes.