Page MenuHomeFreeBSD

linuxkpi: Implement atomic_dec_and_lock_irqsave()
ClosedPublic

Authored by nc on Apr 26 2021, 1:17 AM.
Tags
None
Referenced Files
F170654967: D29988.diff
Sat, Sep 5, 8:24 PM
Unknown Object (File)
Fri, Sep 4, 11:15 AM
Unknown Object (File)
Wed, Sep 2, 1:10 PM
Unknown Object (File)
Wed, Sep 2, 12:36 PM
Unknown Object (File)
Sat, Aug 22, 10:39 AM
Unknown Object (File)
Wed, Aug 19, 12:56 PM
Unknown Object (File)
Wed, Aug 19, 9:21 AM
Unknown Object (File)
Tue, Aug 18, 8:41 PM

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.