Re: [PATCH V2 2/2] x86/perf/intel/uncore: Make Intel rapl modular
From: Thomas Gleixner
Date: Fri Mar 18 2016 - 14:39:48 EST
On Fri, 18 Mar 2016, kan.liang@xxxxxxxxx wrote:
> +static struct intel_rapl_init_fun knl_rapl_init = {
Same const __initconst issue as in the other patch
> static const struct x86_cpu_id rapl_cpu_match[] __initconst = {
Yep, that one is correct.
Other than the above:
Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>