Re: [RFC PATCH v2 08/15] xen/arm64: port Linux's arm64 atomic_ll_sc.h to Xen

2020-12-15 Thread Julien Grall
Hi Ash, On 11/11/2020 21:51, Ash Wilding wrote: From: Ash Wilding Most of the "work" here is simply deleting the atomic64_t helper definitions as we don't have an atomic64_t type in Xen. There is some request to support atomic64_t in Xen. I would suggest to keep as this would be simpler to

[RFC PATCH v2 08/15] xen/arm64: port Linux's arm64 atomic_ll_sc.h to Xen

2020-11-11 Thread Ash Wilding
From: Ash Wilding Most of the "work" here is simply deleting the atomic64_t helper definitions as we don't have an atomic64_t type in Xen. Signed-off-by: Ash Wilding --- xen/include/asm-arm/arm64/atomic_ll_sc.h | 134 +-- 1 file changed, 6 insertions(+), 128 deletions(-) d