Re: [PATCH] MIPS: Octeon: Move declaration of 'fixup_irqs' to common header.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>

It still builds after this, so...

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

---
  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);




[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux