OSDN Git Service

x86/xen: Remove redundant irq_enter/exit() invocations
authorThomas Gleixner <tglx@linutronix.de>
Tue, 12 Oct 2021 13:33:09 +0000 (15:33 +0200)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Tue, 2 Nov 2021 12:45:44 +0000 (07:45 -0500)
commitdce69259aebbc43b248d3593e46bdc7d4d33d94c
treedcd4bc1390096966770f72ab235d7ce9a1bd6858
parent4745ea2628bb43a7ec34b71763b5a56407b33990
x86/xen: Remove redundant irq_enter/exit() invocations

All these handlers are regular device interrupt handlers, so they already
went through the proper entry code which handles this correctly.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Juergen Gross <jgross@suse.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: x86@kernel.org
Cc: xen-devel@lists.xenproject.org
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/877deicqqy.ffs@tglx
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
arch/x86/xen/smp.c
arch/x86/xen/smp_pv.c