From 47d13867c00b2a0c2b28be771b8a2b86d6d9022d Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Mon, 16 Aug 2010 09:21:20 +0300 Subject: [PATCH] --- yaml --- r: 210063 b: refs/heads/master c: c45bd374e560873f2fff392769b9576c4f3bad40 h: refs/heads/master i: 210061: 15dfae3b36c858a7d464b67babc1540f178720a3 210059: e5d60e325664fff4ad16cd2deca24a089a447dd6 210055: 45b1c56993817dd30a81126fd32a1b7c296cae22 210047: 6461ab68d771903fd5ecc21c4df68102d022c3d5 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/include/mach/entry-macro.S | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5b470175eef9..38c9b25a8c70 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a4192d32ae6788dc607e96fa85f9c9c8274e2212 +refs/heads/master: c45bd374e560873f2fff392769b9576c4f3bad40 diff --git a/trunk/arch/arm/mach-omap2/include/mach/entry-macro.S b/trunk/arch/arm/mach-omap2/include/mach/entry-macro.S index 50fd74916643..06e64e1fc28a 100644 --- a/trunk/arch/arm/mach-omap2/include/mach/entry-macro.S +++ b/trunk/arch/arm/mach-omap2/include/mach/entry-macro.S @@ -177,7 +177,10 @@ omap_irq_base: .word 0 cmpne \irqnr, \tmp cmpcs \irqnr, \irqnr .endm +#endif +#endif /* MULTI_OMAP2 */ +#ifdef CONFIG_SMP /* We assume that irqstat (the raw value of the IRQ acknowledge * register) is preserved from the macro above. * If there is an IPI, we immediately signal end of interrupt @@ -205,8 +208,7 @@ omap_irq_base: .word 0 streq \irqstat, [\base, #GIC_CPU_EOI] cmp \tmp, #0 .endm -#endif -#endif /* MULTI_OMAP2 */ +#endif /* CONFIG_SMP */ .macro irq_prio_table .endm