Re: [PATCH] move __read_mostly to xen/cache.h

2024-03-08 Thread Jan Beulich
On 08.03.2024 13:01, Oleksii wrote: > On Fri, 2024-03-08 at 09:22 +0100, Jan Beulich wrote: >> On 07.03.2024 18:08, Oleksii wrote: >>> On Fri, 2023-12-22 at 12:09 +0100, Jan Beulich wrote: On 22.12.2023 10:39, Oleksii wrote: > On Tue, 2023-08-08 at 12:32 +0200, Jan Beulich wrote: >> On

Re: [PATCH] move __read_mostly to xen/cache.h

2024-03-08 Thread Oleksii
On Fri, 2024-03-08 at 09:22 +0100, Jan Beulich wrote: > On 07.03.2024 18:08, Oleksii wrote: > > On Fri, 2023-12-22 at 12:09 +0100, Jan Beulich wrote: > > > On 22.12.2023 10:39, Oleksii wrote: > > > > On Tue, 2023-08-08 at 12:32 +0200, Jan Beulich wrote: > > > > > On 08.08.2023 12:18, Andrew Cooper

Re: [PATCH] move __read_mostly to xen/cache.h

2024-03-08 Thread Jan Beulich
On 07.03.2024 18:08, Oleksii wrote: > On Fri, 2023-12-22 at 12:09 +0100, Jan Beulich wrote: >> On 22.12.2023 10:39, Oleksii wrote: >>> On Tue, 2023-08-08 at 12:32 +0200, Jan Beulich wrote: On 08.08.2023 12:18, Andrew Cooper wrote: > On 08/08/2023 10:46 am, Jan Beulich wrote: >> There's

Re: [PATCH] move __read_mostly to xen/cache.h

2024-03-07 Thread Oleksii
On Fri, 2023-12-22 at 12:09 +0100, Jan Beulich wrote: > On 22.12.2023 10:39, Oleksii wrote: > > On Tue, 2023-08-08 at 12:32 +0200, Jan Beulich wrote: > > > On 08.08.2023 12:18, Andrew Cooper wrote: > > > > On 08/08/2023 10:46 am, Jan Beulich wrote: > > > > > There's no need for every arch to define

Re: [PATCH] move __read_mostly to xen/cache.h

2023-12-22 Thread Jan Beulich
On 22.12.2023 10:39, Oleksii wrote: > On Tue, 2023-08-08 at 12:32 +0200, Jan Beulich wrote: >> On 08.08.2023 12:18, Andrew Cooper wrote: >>> On 08/08/2023 10:46 am, Jan Beulich wrote: There's no need for every arch to define its own identical copy. If down the road an arch needs to c

Re: [PATCH] move __read_mostly to xen/cache.h

2023-12-22 Thread Oleksii
On Tue, 2023-08-08 at 12:32 +0200, Jan Beulich wrote: > On 08.08.2023 12:18, Andrew Cooper wrote: > > On 08/08/2023 10:46 am, Jan Beulich wrote: > > > There's no need for every arch to define its own identical copy. > > > If down > > > the road an arch needs to customize it, we can add #ifndef arou

Re: [PATCH] move __read_mostly to xen/cache.h

2023-08-08 Thread Jan Beulich
On 08.08.2023 12:32, Jan Beulich wrote: > On 08.08.2023 12:18, Andrew Cooper wrote: >> On 08/08/2023 10:46 am, Jan Beulich wrote: >>> There's no need for every arch to define its own identical copy. If down >>> the road an arch needs to customize it, we can add #ifndef around the >>> common #define

Re: [PATCH] move __read_mostly to xen/cache.h

2023-08-08 Thread Jan Beulich
On 08.08.2023 12:18, Andrew Cooper wrote: > On 08/08/2023 10:46 am, Jan Beulich wrote: >> There's no need for every arch to define its own identical copy. If down >> the road an arch needs to customize it, we can add #ifndef around the >> common #define. >> >> To be on the safe side build-breakage-

Re: [PATCH] move __read_mostly to xen/cache.h

2023-08-08 Thread Andrew Cooper
On 08/08/2023 10:46 am, Jan Beulich wrote: > There's no need for every arch to define its own identical copy. If down > the road an arch needs to customize it, we can add #ifndef around the > common #define. > > To be on the safe side build-breakage-wise, change a couple of #include > to the xen/

[PATCH] move __read_mostly to xen/cache.h

2023-08-08 Thread Jan Beulich
There's no need for every arch to define its own identical copy. If down the road an arch needs to customize it, we can add #ifndef around the common #define. To be on the safe side build-breakage-wise, change a couple of #include to the xen/ equivalent. Signed-off-by: Jan Beulich --- a/xen/ar