From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755460AbdJLWMJ (ORCPT ); Thu, 12 Oct 2017 18:12:09 -0400 Received: from mga14.intel.com ([192.55.52.115]:34344 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750990AbdJLWMI (ORCPT ); Thu, 12 Oct 2017 18:12:08 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,368,1503385200"; d="scan'208";a="1230193370" Date: Thu, 12 Oct 2017 15:12:07 -0700 From: Andi Kleen To: Ingo Molnar Cc: Andi Kleen , x86@kernel.org, linux-kernel@vger.kernel.org, Jonathan McDowell , Thomas Gleixner Subject: Re: [PATCH v9 2/5] x86/cpuid: Add generic table for cpuid dependencies Message-ID: <20171012221207.GM5109@tassilo.jf.intel.com> References: <20171007000328.12843-1-andi@firstfloor.org> <20171007000328.12843-3-andi@firstfloor.org> <20171012080733.4y5wlghjr524cgr3@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171012080733.4y5wlghjr524cgr3@gmail.com> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > 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