Page MenuHomeFreeBSD

linuxkpi: Implement atomic_dec_and_lock_irqsave()
ClosedPublic

Authored by nc on Apr 26 2021, 1:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 21, 11:20 AM
Unknown Object (File)
Dec 5 2024, 10:30 AM
Unknown Object (File)
Nov 25 2024, 12:58 AM
Unknown Object (File)
Nov 24 2024, 8:09 AM
Unknown Object (File)
Nov 23 2024, 8:04 PM
Unknown Object (File)
Nov 22 2024, 6:27 PM
Unknown Object (File)
Nov 21 2024, 7:03 AM
Unknown Object (File)
Nov 21 2024, 2:31 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.