Re: [PATCH v4 4/6] x86/mm: Introduce CONFIG_KEEP_NUMA

From: Thomas Gleixner
Date: Thu Feb 13 2020 - 06:22:38 EST


Dan Williams <dan.j.williams@xxxxxxxxx> writes:
> +#ifdef CONFIG_KEEP_NUMA
> +#define __initdata_numa
> +#else
> +#define __initdata_numa __initdata
> +#endif

TBH, I find this conditional annotation mightingly confusing.

__initdata_numa still suggest that this is __initdata, just a different
section and some extra rules or whatever.

Something like __initdata_or_keepnuma (sorry I could not come up with
something prettier, but you get the idea.

Thanks,

tglx