From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751943Ab0JHDlx (ORCPT ); Thu, 7 Oct 2010 23:41:53 -0400 Received: from mga14.intel.com ([143.182.124.37]:17189 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751140Ab0JHDlw (ORCPT ); Thu, 7 Oct 2010 23:41:52 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.57,300,1283756400"; d="scan'208";a="333608179" Message-ID: <4CAE930D.2040601@linux.intel.com> Date: Fri, 08 Oct 2010 11:42:05 +0800 From: Chen Gong User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: Guenter Roeck CC: lm-sensors@lm-sensors.org, JBeulich@novell.com, linux-kernel@vger.kernel.org Subject: Re: [1/2] hwmon: uniform the init style of pkgtemp References: <1285480800-14558-2-git-send-email-gong.chen@linux.intel.com> <20101002032603.GA25998@ericsson.com> In-Reply-To: <20101002032603.GA25998@ericsson.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 10/2/2010 11:26 AM, Guenter Roeck 写道: > On Sun, Sep 26, 2010 at 05:59:59AM -0000, Chen Gong wrote: >> pkgtemp is derived from coretemp, so some reasonable >> logics should be applied onto pkgtemp, too. Such as >> the init logic here. >> >> Signed-off-by: Chen Gong >> Acked-by: Jan Beulich >> > Hi, > > this patch, when applied with CONFIG_HOTPLUG_CPU undefined, causes a compile failure > because it tries to access pkgtemp_cpu_notifier which is not defined in this case. > > For that reason, I have removed the patch from the list of applied patches for -next. > Please re-submit a version which compiles for all combinations of HOTPLUG_CPU and SMP > defined/undefined. > > Thanks, > Guenter > Sorry for late. I just come back from my holiday. If only this one patch is applied, it is broken, but it will be OK after these 2 patches are applied. I tested the patches when CONFIG_SMP is undefined, it does be broken again. My suggestion is adding a macro definiton in the pkgtemp.c like "#include ". If it is doable, I will re-post a new patch series