All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Daney <ddaney.cavm@gmail.com>
To: "Steven J. Hill" <Steven.Hill@imgtec.com>,
	Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org, David Daney <david.daney@cavium.com>
Subject: Re: [PATCH] MIPS: Octeon: Move declaration of 'fixup_irqs' to common header.
Date: Thu, 25 Jul 2013 10:05:01 -0700	[thread overview]
Message-ID: <51F15ABD.4010404@gmail.com> (raw)
In-Reply-To: <1374730817-9040-1-git-send-email-Steven.Hill@imgtec.com>

On 07/24/2013 10:40 PM, Steven J. Hill wrote:
> To prepare for CPU hotplug of CM-based platforms.
>
> Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>

It still builds after this, so...

Acked-by: David Daney <david.daney@cavium.com>

> ---
>   arch/mips/cavium-octeon/smp.c |    2 --
>   arch/mips/include/asm/irq.h   |    1 +
>   2 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/arch/mips/cavium-octeon/smp.c b/arch/mips/cavium-octeon/smp.c
> index 138cc80..a63dbc0 100644
> --- a/arch/mips/cavium-octeon/smp.c
> +++ b/arch/mips/cavium-octeon/smp.c
> @@ -255,8 +255,6 @@ static void octeon_cpus_done(void)
>   /* State of each CPU. */
>   DEFINE_PER_CPU(int, cpu_state);
>
> -extern void fixup_irqs(void);
> -
>   static int octeon_cpu_disable(void)
>   {
>   	unsigned int cpu = smp_processor_id();
> diff --git a/arch/mips/include/asm/irq.h b/arch/mips/include/asm/irq.h
> index 7bc2cdb..8994ca8 100644
> --- a/arch/mips/include/asm/irq.h
> +++ b/arch/mips/include/asm/irq.h
> @@ -126,6 +126,7 @@ extern void do_IRQ_no_affinity(unsigned int irq);
>
>   extern void arch_init_irq(void);
>   extern void spurious_interrupt(void);
> +extern void fixup_irqs(void);
>
>   extern int allocate_irqno(void);
>   extern void alloc_legacy_irqno(void);
>

  reply	other threads:[~2013-07-25 17:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-25  5:40 [PATCH] MIPS: Octeon: Move declaration of 'fixup_irqs' to common header Steven J. Hill
2013-07-25 17:05 ` David Daney [this message]
2013-09-03 16:24 ` 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=51F15ABD.4010404@gmail.com \
    --to=ddaney.cavm@gmail.com \
    --cc=Steven.Hill@imgtec.com \
    --cc=david.daney@cavium.com \
    --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.