Acked-by: Christian Lindig <[email protected]>
> On 15 Mar 2023, at 09:05, Luca Fancellu <[email protected]> wrote: > > type arch_physinfo_cap_flags = > - | ARM of arm_physinfo_cap_flag list > + | ARM of int > | X86 of x86_physinfo_cap_flag list > I notice that other capabilities are split into a list and not kept as a bit field. Is this not needed here or am I misunderstanding the representation? — C
