Re: [PATCH 4/9] xen/ppc: Implement bitops.h

2023-08-08 Thread Shawn Anastasio
On 8/8/23 3:36 AM, Jan Beulich wrote: > On 03.08.2023 01:03, Shawn Anastasio wrote: >> Implement bitops.h, based on Linux's implementation as of commit >> 5321d1b1afb9a17302c6cec79f0cbf823eb0d3fc > > But with PPC32 bits dropped afaics, and with leading hard tabs replaced > by four spaces - which i

Re: [PATCH 4/9] xen/ppc: Implement bitops.h

2023-08-08 Thread Jan Beulich
On 03.08.2023 01:03, Shawn Anastasio wrote: > Implement bitops.h, based on Linux's implementation as of commit > 5321d1b1afb9a17302c6cec79f0cbf823eb0d3fc But with PPC32 bits dropped afaics, and with leading hard tabs replaced by four spaces - which in turn appears to yield some unhelpful placement

[PATCH 4/9] xen/ppc: Implement bitops.h

2023-08-02 Thread Shawn Anastasio
Implement bitops.h, based on Linux's implementation as of commit 5321d1b1afb9a17302c6cec79f0cbf823eb0d3fc Signed-off-by: Shawn Anastasio --- xen/arch/ppc/include/asm/bitops.h | 331 +- 1 file changed, 327 insertions(+), 4 deletions(-) diff --git a/xen/arch/ppc/includ