Re: [PATCH v4 02/11] xen/arm: Revert atomic operation related command-queue insertion patch

2021-01-08 Thread Stefano Stabellini
On Fri, 8 Jan 2021, Rahul Singh wrote: > Linux SMMUv3 code implements the commands-queue insertion based on > atomic operations implemented in Linux. Atomic functions used by the > commands-queue insertion are not implemented in XEN therefore revert the > patch that implemented the commands-queue

[PATCH v4 02/11] xen/arm: Revert atomic operation related command-queue insertion patch

2021-01-08 Thread Rahul Singh
Linux SMMUv3 code implements the commands-queue insertion based on atomic operations implemented in Linux. Atomic functions used by the commands-queue insertion are not implemented in XEN therefore revert the patch that implemented the commands-queue insertion based on atomic operations. Reverted