From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v8 4/6] arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
Date: Thu, 9 Jan 2014 12:13:08 +0000 [thread overview]
Message-ID: <20140109121308.GH3081@arm.com> (raw)
In-Reply-To: <1389206998-27875-4-git-send-email-stefano.stabellini@eu.citrix.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Catalin Marinas <catalin.marinas@arm.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"konrad.wilk@oracle.com" <konrad.wilk@oracle.com>,
Marc Zyngier <Marc.Zyngier@arm.com>,
Will Deacon <Will.Deacon@arm.com>,
"Ian.Campbell@citrix.com" <Ian.Campbell@citrix.com>,
"linux@arm.linux.org.uk" <linux@arm.linux.org.uk>,
"olof@lixom.net" <olof@lixom.net>,
"arnd@arndb.de" <arnd@arndb.de>,
"nico@linaro.org" <nico@linaro.org>,
"cov@codeaurora.org" <cov@codeaurora.org>
Subject: Re: [PATCH v8 4/6] arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
Date: Thu, 9 Jan 2014 12:13:08 +0000 [thread overview]
Message-ID: <20140109121308.GH3081@arm.com> (raw)
In-Reply-To: <1389206998-27875-4-git-send-email-stefano.stabellini@eu.citrix.com>
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
next prev parent reply other threads:[~2014-01-09 12:13 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-08 18:48 [PATCH v8 0/6] xen/arm/arm64: CONFIG_PARAVIRT and stolen ticks accounting Stefano Stabellini
2014-01-08 18:48 ` Stefano Stabellini
2014-01-08 18:48 ` Stefano Stabellini
2014-01-08 18:49 ` [PATCH v8 1/6] xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/time.c Stefano Stabellini
2014-01-08 18:49 ` Stefano Stabellini
2014-01-08 18:49 ` Stefano Stabellini
2014-01-08 18:49 ` [PATCH v8 2/6] kernel: missing include in cputime.c Stefano Stabellini
2014-01-08 18:49 ` Stefano Stabellini
2014-01-08 18:49 ` Stefano Stabellini
2014-01-08 18:49 ` [PATCH v8 3/6] arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops Stefano Stabellini
2014-01-08 18:49 ` Stefano Stabellini
2014-01-08 18:49 ` Stefano Stabellini
2014-01-09 12:13 ` Ian Campbell
2014-01-09 12:13 ` Ian Campbell
2014-01-09 12:13 ` Ian Campbell
2014-01-08 18:49 ` [PATCH v8 4/6] arm64: " Stefano Stabellini
2014-01-08 18:49 ` Stefano Stabellini
2014-01-08 18:49 ` Stefano Stabellini
2014-01-08 19:13 ` Christopher Covington
2014-01-08 19:13 ` Christopher Covington
2014-01-09 12:13 ` Catalin Marinas [this message]
2014-01-09 12:13 ` Catalin Marinas
2014-01-09 12:15 ` Ian Campbell
2014-01-09 12:15 ` Ian Campbell
2014-01-09 17:50 ` Stefano Stabellini
2014-01-09 17:50 ` Stefano Stabellini
2014-01-09 17:53 ` Catalin Marinas
2014-01-09 17:53 ` Catalin Marinas
2014-01-09 17:53 ` Catalin Marinas
2014-01-08 18:49 ` [PATCH v8 5/6] core: remove ifdef CONFIG_PARAVIRT Stefano Stabellini
2014-01-08 18:49 ` Stefano Stabellini
2014-01-08 18:49 ` Stefano Stabellini
2014-01-08 18:49 ` [PATCH v8 6/6] xen/arm: account for stolen ticks Stefano Stabellini
2014-01-08 18:49 ` Stefano Stabellini
2014-01-08 18:49 ` Stefano Stabellini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140109121308.GH3081@arm.com \
--to=catalin.marinas@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.