]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ntb_transport(4): Mark callouts MP-safe.
authorAlexander Motin <mav@FreeBSD.org>
Tue, 10 Aug 2021 20:30:12 +0000 (16:30 -0400)
committerAlexander Motin <mav@FreeBSD.org>
Tue, 24 Aug 2021 02:34:58 +0000 (22:34 -0400)
commit2d26a28153d21ed059b6f2fc854e3eaf9e85e6d7
tree241db5a75fd60b92ffa04304edfc9f1fdd7499ad
parent6d499e322d184f3e20d25876591e4729e67c4359
ntb_transport(4): Mark callouts MP-safe.

The only thing around NTB using Giant lock is NewBus, and these callouts
have nothing to do with it.

MFC after: 2 weeks

(cherry picked from commit c6902e7796bc78df011131a2b8b024faed884b8f)
sys/dev/ntb/ntb_transport.c