Page MenuHomeFreeBSD

LinuxKPI: Implement irq_work_sync() routine.
ClosedPublic

Authored by wulf on Jun 18 2021, 11:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 8, 6:08 PM
Unknown Object (File)
Sat, Feb 8, 4:33 AM
Unknown Object (File)
Sat, Feb 1, 1:46 AM
Unknown Object (File)
Thu, Jan 30, 8:19 AM
Unknown Object (File)
Wed, Jan 29, 6:06 AM
Unknown Object (File)
Wed, Jan 22, 10:03 AM
Unknown Object (File)
Nov 17 2024, 5:36 AM
Unknown Object (File)
Nov 11 2024, 5:10 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

wulf requested review of this revision.Jun 18 2021, 11:57 PM

Might want to explain what it does, "required by drm" isn't a good commit message.
Otherwise looks good.

This revision is now accepted and ready to land.Jun 19 2021, 8:37 AM
In D30818#693146, @manu wrote:

Might want to explain what it does, "required by drm" isn't a good commit message.
Otherwise looks good.

IMO commit diff is selfexplaining. irq_work_sync performs draining of irq_work task

This revision was automatically updated to reflect the committed changes.