]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
xen/control: gate x86 specific code in the preprocessor
authorElliott Mitchell <ehem+freebsd@m5p.com>
Tue, 6 Apr 2021 08:18:47 +0000 (10:18 +0200)
committerRoger Pau Monné <royger@FreeBSD.org>
Wed, 28 Jul 2021 15:27:02 +0000 (17:27 +0200)
commitd3705b5a7faca20247b17ceacc7fdf7a8c5f4839
tree82f60e37535670eff48e4e63f30f54c186fa3c39
parentd561380eb31efcf2f79bce9be78c3d499e6efba4
xen/control: gate x86 specific code in the preprocessor

Commit 152265223048 was implemented strictly for x86.  Unfortunately
one of the pieces was mixed into a common area breaking other
architectures. For now disable these bits on !x86, this should be
cleaned up later.

Fixes: 152265223048 ('xen: fix dropping bitmap IPIs during resume')
Reviewed by: royger
Differential Revision: https://reviews.freebsd.org/D29306
sys/dev/xen/control/control.c