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
F131697372: D5161.id12930.diff
Fri, Oct 10, 10:39 AM
F131693001: D5161.diff
Fri, Oct 10, 9:46 AM
F131584707: D5161.id.diff
Thu, Oct 9, 12:18 PM
Unknown Object (File)
Sat, Sep 13, 6:15 AM
Unknown Object (File)
Sep 2 2025, 1:37 PM
Unknown Object (File)
Aug 7 2025, 3:33 PM
Unknown Object (File)
Aug 6 2025, 7:32 PM
Unknown Object (File)
Aug 4 2025, 7:19 AM
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.