From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: linux-next: Tree for December 16 (amd64_edac) Date: Wed, 16 Dec 2009 10:36:28 -0800 Message-ID: <4B2928AC.3020807@zytor.com> References: <20091216183212.118c5e14.sfr@canb.auug.org.au> <20091216092424.5f87214c.randy.dunlap@oracle.com> <4B2919BD.40001@zytor.com> <20091216174524.GH11618@aftab> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from terminus.zytor.com ([198.137.202.10]:34730 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935190AbZLPSif (ORCPT ); Wed, 16 Dec 2009 13:38:35 -0500 In-Reply-To: <20091216174524.GH11618@aftab> Sender: linux-next-owner@vger.kernel.org List-ID: To: Borislav Petkov Cc: Randy Dunlap , Stephen Rothwell , linux-next@vger.kernel.org, LKML On 12/16/2009 09:45 AM, Borislav Petkov wrote: >>> >>> Should EDAC_AMD64 also depend on SMP? >> >> That seems absurd... more likely msrs_free/msrs_alloc should not be >> SMP-specific, or stubs need to be provided. > > see : > > obj-$(CONFIG_SMP) := msr.o > Yes, because the stubs live as inlines in arch/x86/include/asm/msr.h. This needs to be fixed ASAP. -hpa