Page MenuHomeFreeBSD

linuxkpi: Implement atomic_dec_and_lock_irqsave()
ClosedPublic

Authored by nc on Apr 26 2021, 1:17 AM.
Tags
None
Referenced Files
F132205833: D29988.id88178.diff
Tue, Oct 14, 6:54 PM
F132205832: D29988.id.diff
Tue, Oct 14, 6:54 PM
F132205830: D29988.id88145.diff
Tue, Oct 14, 6:54 PM
F132181289: D29988.id88145.diff
Tue, Oct 14, 1:09 PM
Unknown Object (File)
Tue, Oct 14, 7:41 AM
Unknown Object (File)
Sat, Oct 4, 6:57 PM
Unknown Object (File)
Thu, Sep 25, 12:25 AM
Unknown Object (File)
Fri, Sep 19, 4:20 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.