Page MenuHomeFreeBSD

linuxkpi: Implement atomic_dec_and_lock_irqsave()
ClosedPublic

Authored by nc on Apr 26 2021, 1:17 AM.
Tags
None
Referenced Files
F153408741: D29988.diff
Tue, Apr 21, 12:20 AM
Unknown Object (File)
Sat, Apr 18, 2:29 PM
Unknown Object (File)
Sat, Apr 18, 1:56 PM
Unknown Object (File)
Fri, Apr 3, 1:37 AM
Unknown Object (File)
Thu, Apr 2, 12:01 PM
Unknown Object (File)
Tue, Mar 24, 1:56 AM
Unknown Object (File)
Mar 16 2026, 2:32 PM
Unknown Object (File)
Feb 27 2026, 2:03 AM

Diff Detail

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

Event Timeline

nc requested review of this revision.Apr 26 2021, 1:17 AM
hselasky added a subscriber: hselasky.
hselasky added inline comments.
sys/compat/linuxkpi/common/include/linux/spinlock.h
169

Don't need brackets around this return.

This revision is now accepted and ready to land.Apr 26 2021, 7:37 AM

Same comment as Hans :)
And please bump FreeBSD_version so we can check this in the drm-devel-kmod in the near futur.

This revision was automatically updated to reflect the committed changes.
sys/compat/linuxkpi/common/include/linux/spinlock.h
173

Parenthesis around return result is fine.