Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756630AbcCRSjo (ORCPT ); Fri, 18 Mar 2016 14:39:44 -0400 Received: from www.linutronix.de ([62.245.132.108]:38181 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754645AbcCRSjn (ORCPT ); Fri, 18 Mar 2016 14:39:43 -0400 Date: Fri, 18 Mar 2016 19:38:07 +0100 (CET) From: Thomas Gleixner To: Kan Liang cc: peterz@infradead.org, ak@linux.intel.com, eranian@google.com, mingo@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2 2/2] x86/perf/intel/uncore: Make Intel rapl modular In-Reply-To: <1458298116-2610-2-git-send-email-kan.liang@intel.com> Message-ID: References: <1458298116-2610-1-git-send-email-kan.liang@intel.com> <1458298116-2610-2-git-send-email-kan.liang@intel.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 324 Lines: 12 On Fri, 18 Mar 2016, kan.liang@intel.com 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