On 25.03.2025 12:23, Oleksii Kurochko wrote: > > On 3/17/25 4:24 PM, Jan Beulich wrote: >> On 11.03.2025 17:19, Oleksii Kurochko wrote: >> +static __initdata struct dt_device_node *timer; >> + >> +/* Set up the timer on the boot CPU (early init function) */ >> +static void __init preinit_dt_xen_time(void) >> +{ >> + static const struct dt_device_match __initconst timer_ids[] = >> > Do we need here __initconstrel too? (the same as we need for > aplic_dt_match[] in patch3)
Probably. (You zapped too much context, so I had to go back to the original patch submission, yet even there it's not directly clear, as there are further abstracting constructs in use.) Jan