Re: [PATCH v2 11/13] xen/bitops: Implement fls()/flsl() in common logic

2024-05-27 Thread Jan Beulich
On 24.05.2024 22:03, Andrew Cooper wrote: > From: Oleksii Kurochko > > This is most easily done together because of how arm32 is currently > structured, but it does just mirror the existing ffs()/ffsl() work. > > Introduce compile and boot time testing. > > Signed-off-by: Oleksii Kurochko > Si

[PATCH v2 11/13] xen/bitops: Implement fls()/flsl() in common logic

2024-05-24 Thread Andrew Cooper
From: Oleksii Kurochko This is most easily done together because of how arm32 is currently structured, but it does just mirror the existing ffs()/ffsl() work. Introduce compile and boot time testing. Signed-off-by: Oleksii Kurochko Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger P