Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754589AbaAIMNq (ORCPT ); Thu, 9 Jan 2014 07:13:46 -0500 Received: from fw-tnat.austin.arm.com ([217.140.110.23]:26135 "EHLO collaborate-mta1.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751086AbaAIMNi (ORCPT ); Thu, 9 Jan 2014 07:13:38 -0500 Date: Thu, 9 Jan 2014 12:13:08 +0000 From: Catalin Marinas To: Stefano Stabellini Cc: "xen-devel@lists.xensource.com" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "konrad.wilk@oracle.com" , Marc Zyngier , Will Deacon , "Ian.Campbell@citrix.com" , "linux@arm.linux.org.uk" , "olof@lixom.net" , "arnd@arndb.de" , "nico@linaro.org" , "cov@codeaurora.org" Subject: Re: [PATCH v8 4/6] arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops Message-ID: <20140109121308.GH3081@arm.com> References: <1389206998-27875-4-git-send-email-stefano.stabellini@eu.citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1389206998-27875-4-git-send-email-stefano.stabellini@eu.citrix.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 08, 2014 at 06:49:56PM +0000, Stefano Stabellini wrote: > arch/arm64/Kconfig | 20 ++++++++++++++++++++ > arch/arm64/kernel/Makefile | 1 + > 2 files changed, 21 insertions(+) [...] > diff --git a/arch/arm64/kernel/Makefile b/arch/arm64/kernel/Makefile > index 5ba2fd4..1dee735 100644 > --- a/arch/arm64/kernel/Makefile > +++ b/arch/arm64/kernel/Makefile > @@ -18,6 +18,7 @@ arm64-obj-$(CONFIG_SMP) += smp.o smp_spin_table.o > arm64-obj-$(CONFIG_HW_PERF_EVENTS) += perf_event.o > arm64-obj-$(CONFIG_HAVE_HW_BREAKPOINT)+= hw_breakpoint.o > arm64-obj-$(CONFIG_EARLY_PRINTK) += early_printk.o > +arm64-obj-$(CONFIG_PARAVIRT) += paravirt.o Did you forget a git add? -- Catalin -- 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/