From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Compile error with set of NMI patches Date: Thu, 12 Jan 2006 15:39:22 +0000 Message-ID: <1137080362.23923.24.camel@localhost.localdomain> References: <43C674A9.9060403@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <43C674A9.9060403@us.ibm.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: David F Barrera Cc: Khoa Huynh , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, 2006-01-12 at 09:24 -0600, David F Barrera wrote: > I am getting the same error on my x86_64 builds. (changeset 8567) Are you sure it is the exact same error? 8566 made the declaration and usage of the nmi entry point conditional on CONFIG_X86_LOCAL_APIC which is the config symbol which causes nmi.c to be built containing do_nmi(). Can you verify that the changes are actually in your tree: http://xenbits.xensource.com/xen-unstable.hg?cmd=changeset;node=08d2a74dce81b7d7d29ae5753d7539e2c837afd4 Ian.