linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix compile error when SMTC support is enabled
@ 2009-07-09  0:00 Raghu Gandham
  2009-07-09  0:41 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Raghu Gandham @ 2009-07-09  0:00 UTC (permalink / raw)
  To: linux-mips; +Cc: tanderson, raghu

Commit fc03bc1715ca0ad4ccfe97aab16bcc9e7129c1a4 breaks when SMTC support is enabled on Malta.
This patch is a fix for that.

Signed-off-by: Raghu Gandham <raghu@mips.com>
---

 arch/mips/mti-malta/malta-int.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/mti-malta/malta-int.c b/arch/mips/mti-malta/malta-int.c
index a8756f8..3e0a9b3 100644
--- a/arch/mips/mti-malta/malta-int.c
+++ b/arch/mips/mti-malta/malta-int.c
@@ -331,6 +331,7 @@ static struct irqaction irq_call = {
 	.flags		= IRQF_DISABLED|IRQF_PERCPU,
 	.name		= "IPI_call"
 };
+#endif /* CONFIG_MIPS_MT_SMP */
 
 static int gic_resched_int_base;
 static int gic_call_int_base;
@@ -346,7 +347,6 @@ unsigned int plat_ipi_resched_int_xlate(unsigned int cpu)
 {
 	return GIC_RESCHED_INT(cpu);
 }
-#endif /* CONFIG_MIPS_MT_SMP */
 
 static struct irqaction i8259irq = {
 	.handler = no_action,

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix compile error when SMTC support is enabled
  2009-07-09  0:00 [PATCH] Fix compile error when SMTC support is enabled Raghu Gandham
@ 2009-07-09  0:41 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-07-09  0:41 UTC (permalink / raw)
  To: Raghu Gandham; +Cc: linux-mips, tanderson

On Wed, Jul 08, 2009 at 05:00:44PM -0700, Raghu Gandham wrote:

Thanks, applied.

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-09  0:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-09  0:00 [PATCH] Fix compile error when SMTC support is enabled Raghu Gandham
2009-07-09  0:41 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).