Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932163AbWCWGrg (ORCPT ); Thu, 23 Mar 2006 01:47:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932434AbWCWGrg (ORCPT ); Thu, 23 Mar 2006 01:47:36 -0500 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:26752 "EHLO sorel.sous-sol.org") by vger.kernel.org with ESMTP id S932163AbWCWGrf (ORCPT ); Thu, 23 Mar 2006 01:47:35 -0500 Date: Wed, 22 Mar 2006 22:47:50 -0800 From: Chris Wright To: Eli Collins Cc: Chris Wright , linux-kernel@vger.kernel.org, virtualization@lists.osdl.org, Christian Limpach , xen-devel@lists.xensource.com, Ian Pratt Subject: Re: [Xen-devel] [RFC PATCH 25/35] Add Xen time abstractions Message-ID: <20060323064750.GV15997@sorel.sous-sol.org> References: <20060322063040.960068000@sorel.sous-sol.org> <20060322063800.241815000@sorel.sous-sol.org> <442214A0.2000004@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <442214A0.2000004@vmware.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 856 Lines: 24 * Eli Collins (ecollins@vmware.com) wrote: > >--- xen-subarch-2.6.orig/arch/i386/kernel/Makefile > >+++ xen-subarch-2.6/arch/i386/kernel/Makefile > >@@ -9,8 +9,11 @@ obj-y := process.o semaphore.o signal.o > > pci-dma.o i386_ksyms.o i387.o dmi_scan.o bootflag.o \ > > quirks.o i8237.o topology.o > > > >+timers-y := timers/ > >+timers-$(CONFIG_XEN) := > >+ > > You need to disable CONFIG_HPET_TIMER for CONFIG_XEN, otherwise > select_timer is undefined since you don't include timers here. Thanks, you're right. It's done the main Xen tree, didn't make it into this patchset, fixed. thanks, -chris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/