[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[XEN PATCH v3 0/2] use the macro ISOLATE_LSB where appropriate
- To: nicola.vetrini@xxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>
- Date: Thu, 23 Nov 2023 08:37:53 +0100
- Cc: sstabellini@xxxxxxxxxx, michal.orzel@xxxxxxx, xenia.ragiadakou@xxxxxxx, ayan.kumar.halder@xxxxxxx, consulting@xxxxxxxxxxx, jbeulich@xxxxxxxx, andrew.cooper3@xxxxxxxxxx, roger.pau@xxxxxxxxxx, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Wei Liu <wl@xxxxxxx>, Paul Durrant <paul@xxxxxxx>
- Delivery-date: Thu, 23 Nov 2023 07:46:14 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
This series replaces two instances of the pattern (x & -x) with the
macro ISOLATE_LSB.
Nicola Vetrini (2):
xen/vmap: use ISOLATE_LSB to wrap a violation of Rule 10.1
xen/iommu: use ISOLATE_LSB to wrap a violation of Rule 10.1
xen/common/vmap.c | 2 +-
xen/drivers/passthrough/iommu.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.34.1
|