Re: [PATCH] x86/bitops: Drop include of cpufeatureset

2023-05-04 Thread Andrew Cooper
On 04/05/2023 2:20 pm, Jan Beulich wrote: > On 04.05.2023 15:07, Andrew Cooper wrote: >> Nothing in x86/bitops uses anything from x86/cpufeatureset, and it is >> creating >> problems when trying to untangle other aspects of feature handling. >> >> Signed-off-by: Andrew Cooper >> --- >> CC: Jan Be

Re: [PATCH] x86/bitops: Drop include of cpufeatureset

2023-05-04 Thread Jan Beulich
On 04.05.2023 15:07, Andrew Cooper wrote: > Nothing in x86/bitops uses anything from x86/cpufeatureset, and it is creating > problems when trying to untangle other aspects of feature handling. > > Signed-off-by: Andrew Cooper > --- > CC: Jan Beulich > CC: Roger Pau Monné > CC: Wei Liu > --- >

[PATCH] x86/bitops: Drop include of cpufeatureset

2023-05-04 Thread Andrew Cooper
Nothing in x86/bitops uses anything from x86/cpufeatureset, and it is creating problems when trying to untangle other aspects of feature handling. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Wei Liu --- xen/arch/x86/include/asm/bitops.h | 1 - 1 file changed, 1 de