Home
last modified time | relevance | path

Searched hist:d3705b5a7faca20247b17ceacc7fdf7a8c5f4839 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/xen/control/
H A Dcontrol.cdiff d3705b5a7faca20247b17ceacc7fdf7a8c5f4839 Tue Apr 06 10:18:47 CEST 2021 Elliott Mitchell <ehem+freebsd@m5p.com> 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