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
F125037499: D5161.diff
Sat, Aug 2, 5:54 PM
Unknown Object (File)
Sat, Jul 19, 3:24 AM
Unknown Object (File)
Jun 30 2025, 8:40 AM
Unknown Object (File)
Jun 20 2025, 7:08 PM
Unknown Object (File)
Jun 18 2025, 7:38 AM
Unknown Object (File)
Jun 17 2025, 11:15 PM
Unknown Object (File)
Jun 16 2025, 3:06 PM
Unknown Object (File)
Jun 15 2025, 10:33 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.