From 22791da20ec3e29831ea5cd1d50984e4dfa00d9c Mon Sep 17 00:00:00 2001 From: Raghu Gandham Date: Wed, 8 Jul 2009 17:00:44 -0700 Subject: [PATCH] --- yaml --- r: 156393 b: refs/heads/master c: 008ee96f1204225503934cb57ac38c49f519c7ab h: refs/heads/master i: 156391: 4c3eda0ed0cbb400aa824138912a5c2966015a41 v: v3 --- [refs] | 2 +- trunk/arch/mips/mti-malta/malta-int.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8e87d46d7cfb..a1a1e32212c8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 484889fc85a223ef56edc31828b86751b2296b7c +refs/heads/master: 008ee96f1204225503934cb57ac38c49f519c7ab diff --git a/trunk/arch/mips/mti-malta/malta-int.c b/trunk/arch/mips/mti-malta/malta-int.c index a8756f82c31b..3e0a9b35ba5c 100644 --- a/trunk/arch/mips/mti-malta/malta-int.c +++ b/trunk/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,