On Wed, Jun 8, 2022 at 10:23 PM Richard Henderson <[email protected]> wrote: > > On 6/8/22 09:14, Anup Patel wrote: > > + struct isa_ext_data isa_edata_arr[] = { > > static const?
Using const is fine but we can't use "static const" because the "struct isa_ext_data" has a pointer to ext_xyz which is different for each CPU. Regards, Anup > > > r~
