Re: [PATCH v9 2/5] x86/cpuid: Add generic table for cpuid dependencies
From: Andi Kleen
Date: Thu Oct 12 2017 - 18:12:11 EST
>
> Why isn't this __initdata?
It's referenced during cpu hotplug. Actually it should never
change in this case, but it's hard to tell that to the dependency
checker.
-Andi