x86: don't pointlessly use get_domain_by_id()
authorJan Beulich <jbeulich@suse.com>
Thu, 7 Jan 2021 14:08:51 +0000 (15:08 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 7 Jan 2021 14:08:51 +0000 (15:08 +0100)
commit37c709a16f8b6ab145d4a6dce171464837bd72a7
treebc87237343de7e40038c195be1abfe7efd61e29e
parenta625c335593ed8475367f91fa9746c82d927794f
x86: don't pointlessly use get_domain_by_id()

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

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpu/mcheck/mcaction.c
xen/arch/x86/cpu/mcheck/mce.c
xen/arch/x86/debug.c
xen/arch/x86/irq.c