]> 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)
commitc19261a97c43fd19a38453518bbbd5914499cba4
tree0a17149124290559ffafcec8943d5ed20c70e50d
parent9c6c88a26ac5587d4af84666a5ba5eeb0f6a860f
x86,kvm/xen: Remove superfluous .fixup usage

Commit f198590fef5c ("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 1cd2ee023887 ("x86: Remove .fixup
section").

Fixes: f198590fef5c ("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