From d4b772345d18af4109a720e272ad43a4bcbb69f2 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 30 Jul 2007 00:52:14 +0100 Subject: [PATCH] --- yaml --- r: 63485 b: refs/heads/master c: 7f32a88e9cb6587cae89f5488050d167397ab9b2 h: refs/heads/master i: 63483: f3bc3fab7dc788983740bda716afccdaf0f2fea1 v: v3 --- [refs] | 2 +- trunk/arch/mips/pmc-sierra/yosemite/irq.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9bbb3d54fbb4..421b82513559 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 035955b69ebc1e130fdf04d0233f131b84b637b9 +refs/heads/master: 7f32a88e9cb6587cae89f5488050d167397ab9b2 diff --git a/trunk/arch/mips/pmc-sierra/yosemite/irq.c b/trunk/arch/mips/pmc-sierra/yosemite/irq.c index 13799d15d129..4decc2807867 100644 --- a/trunk/arch/mips/pmc-sierra/yosemite/irq.c +++ b/trunk/arch/mips/pmc-sierra/yosemite/irq.c @@ -58,6 +58,7 @@ extern void titan_mailbox_irq(void); +#ifdef CONFIG_HYPERTRANSPORT /* * Handle hypertransport & SMP interrupts. The interrupt lines are scarce. * For interprocessor interrupts, the best thing to do is to use the INTMSG @@ -109,6 +110,7 @@ static void ll_ht_smp_irq_handler(int irq) do_IRQ(irq); } +#endif asmlinkage void plat_irq_dispatch(void) {