]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/mach-common/smp.c
Blackfin arch: rename irq_flags to bfin_irq_flags
[linux-2.6-omap-h63xx.git] / arch / blackfin / mach-common / smp.c
index 7aeecedd3147085950abee74700f79c4d3c98a94..66c47a702da448cad72826cee3d937ed6a267135 100644 (file)
@@ -365,7 +365,7 @@ static void __cpuinit setup_secondary(unsigned int cpu)
 
        /* Enable interrupt levels IVG7-15. IARs have been already
         * programmed by the boot CPU.  */
-       irq_flags |= IMASK_IVG15 |
+       bfin_irq_flags |= IMASK_IVG15 |
            IMASK_IVG14 | IMASK_IVG13 | IMASK_IVG12 | IMASK_IVG11 |
            IMASK_IVG10 | IMASK_IVG9 | IMASK_IVG8 | IMASK_IVG7 | IMASK_IVGHW;