All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Herrmann <herrmann.der.user@googlemail.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Ralf Baechle <ralf@linux-mips.org>,
	David Daney <david.daney@cavium.com>,
	James Hogan <james.hogan@imgtec.com>,
	Andreas Herrmann <andreas.herrmann@caviumnetworks.com>,
	Linux MIPS Mailing List <linux-mips@linux-mips.org>,
	kvm@vger.kernel.org
Subject: Re: mips: Accidental removal of paravirt_cpus_done?
Date: Fri, 13 Jun 2014 13:13:12 +0200	[thread overview]
Message-ID: <20140613111312.GA25642@alberich> (raw)
In-Reply-To: <CAMuHMdWSXBw554dy4mTGu9dGbhtKCfVE1=13QP1ykV=BkkBrnw@mail.gmail.com>

On Fri, Jun 13, 2014 at 12:02:30PM +0200, Geert Uytterhoeven wrote:
> Hi Ralf,
> 
> It seems you accidentally assimilated an (unwanted?) kvm change in my
> patch:

Hi Geert,

Actually this change was wanted. After Ralf informed me about a
compile error in linux-next I've sent him an update for one of my
mips-paravirt patches.

Unfortunately that ended up in your (unrelated patch).


Andreas

> On Tue, Jun 10, 2014 at 3:31 AM, Linux Kernel Mailing List
> <linux-kernel@vger.kernel.org> wrote:
> > Gitweb:     http://git.kernel.org/linus/;a=commit;h=5e888e8fb55cf3da870b85d04fef6bfe0d57c974
> > Commit:     5e888e8fb55cf3da870b85d04fef6bfe0d57c974
> > Parent:     a1eace4ba53546bc7a6670b1c380cd5c1287ae8b
> > Refname:    refs/heads/master
> > Author:     Geert Uytterhoeven <geert@linux-m68k.org>
> > AuthorDate: Tue Apr 22 12:51:13 2014 +0200
> > Committer:  Ralf Baechle <ralf@linux-mips.org>
> > CommitDate: Mon Jun 2 16:34:41 2014 +0200
> >
> >     mips: Update the email address of Geert Uytterhoeven
> >
> >     All my Sony addresses are defunct.
> >
> >     Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> >     Cc: linux-mips@linux-mips.org
> >     Patchwork: https://patchwork.linux-mips.org/patch/6817/
> >     Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
> > ---
> >  arch/mips/include/asm/nile4.h     |    2 +-
> >  arch/mips/paravirt/paravirt-smp.c |    5 -----
> >  arch/mips/pci/ops-pmcmsp.c        |    2 +-
> >  arch/mips/pci/ops-tx3927.c        |    2 +-
> >  4 files changed, 3 insertions(+), 8 deletions(-)
> 
> > diff --git a/arch/mips/paravirt/paravirt-smp.c b/arch/mips/paravirt/paravirt-smp.c
> > index 73a123e..0164b0c 100644
> > --- a/arch/mips/paravirt/paravirt-smp.c
> > +++ b/arch/mips/paravirt/paravirt-smp.c
> > @@ -99,10 +99,6 @@ static void paravirt_smp_finish(void)
> >         local_irq_enable();
> >  }
> >
> > -static void paravirt_cpus_done(void)
> > -{
> > -}
> > -
> >  static void paravirt_boot_secondary(int cpu, struct task_struct *idle)
> >  {
> >         paravirt_smp_gp[cpu] = (unsigned long)task_thread_info(idle);
> > @@ -141,7 +137,6 @@ struct plat_smp_ops paravirt_smp_ops = {
> >         .send_ipi_mask          = paravirt_send_ipi_mask,
> >         .init_secondary         = paravirt_init_secondary,
> >         .smp_finish             = paravirt_smp_finish,
> > -       .cpus_done              = paravirt_cpus_done,
> >         .boot_secondary         = paravirt_boot_secondary,
> >         .smp_setup              = paravirt_smp_setup,
> >         .prepare_cpus           = paravirt_prepare_cpus,
> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2014-06-13 11:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-13 10:02 mips: Accidental removal of paravirt_cpus_done? Geert Uytterhoeven
2014-06-13 11:13 ` Andreas Herrmann [this message]
2014-06-13 13:46 ` Ralf Baechle

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=20140613111312.GA25642@alberich \
    --to=herrmann.der.user@googlemail.com \
    --cc=andreas.herrmann@caviumnetworks.com \
    --cc=david.daney@cavium.com \
    --cc=geert@linux-m68k.org \
    --cc=james.hogan@imgtec.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.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.