[PATCH v8 4/6] arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
Stefano Stabellini
stefano.stabellini at eu.citrix.com
Thu Jan 9 12:50:44 EST 2014
On Thu, 9 Jan 2014, Ian Campbell wrote:
> On Thu, 2014-01-09 at 12:13 +0000, Catalin Marinas wrote:
> > 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?
>
> I was just about to say the same thing for the previous arm patch too.
That is what I get for still using patch queues :-/
More information about the linux-arm-kernel
mailing list