]> git.baikalelectronics.ru Git - kernel.git/commit
x86,kvm/xen: Remove superfluous .fixup usage
authorPeter Zijlstra <peterz@infradead.org>
Sun, 23 Jan 2022 12:42:19 +0000 (13:42 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 Jan 2022 13:53:00 +0000 (08:53 -0500)
commit8ebb91a3be84b903c8c0a5ed1c37b7dabb05cbba
tree0a17149124290559ffafcec8943d5ed20c70e50d
parenta55c8eb90d9882c5999958a21f7cd1af29cd3a41
x86,kvm/xen: Remove superfluous .fixup usage

Commit 4b3072707dd6 ("KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and
event channel delivery") adds superfluous .fixup usage after the whole
.fixup section was removed in commit 7717ba3d0df7 ("x86: Remove .fixup
section").

Fixes: 4b3072707dd6 ("KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery")
Reported-by: Borislav Petkov <bp@alien8.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Message-Id: <20220123124219.GH20638@worktop.programming.kicks-ass.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/xen.c