On 02.12.2024 17:59, Carlo Nonato wrote:
> +static void __init init_color_heap_pages(struct page_info *pg,
> + unsigned long nr_pages)
> +{
> + unsigned long i;
> + bool need_scrub = opt_bootscrub == BOOTSCRUB_IDLE;
> +
> +#ifdef buddy_alloc_sizeDid you mean #ifndef? Or #ifdef CONFIG_LLC_COLORING? The latter may be more logical here, given that no fallback #define is needed for the variable. Then Reviewed-by: Jan Beulich <[email protected]> Jan
