]> xenbits.xensource.com Git - xen.git/commit
evtchn: don't pointlessly use get_domain()
authorJan Beulich <jbeulich@suse.com>
Wed, 27 Jan 2021 07:46:27 +0000 (08:46 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 27 Jan 2021 07:46:27 +0000 (08:46 +0100)
commit65f98b8c31d77d73a86c33daa33980a01daad88c
tree6c28947dcda23603f64a987ae739abfc6e7b0fcd
parent07edcd17fa2dce80250b3dd31e561268bc4663a9
evtchn: don't pointlessly use get_domain()

For short-lived references rcu_lock_domain() is the better (slightly
cheaper) alternative.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/common/event_channel.c