diff options
Diffstat (limited to 'arch/blackfin/mach-common/smp.c')
-rw-r--r-- | arch/blackfin/mach-common/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/smp.c b/arch/blackfin/mach-common/smp.c index 7aeecedd3147..66c47a702da4 100644 --- a/arch/blackfin/mach-common/smp.c +++ b/arch/blackfin/mach-common/smp.c | |||
@@ -365,7 +365,7 @@ static void __cpuinit setup_secondary(unsigned int cpu) | |||
365 | 365 | ||
366 | /* Enable interrupt levels IVG7-15. IARs have been already | 366 | /* Enable interrupt levels IVG7-15. IARs have been already |
367 | * programmed by the boot CPU. */ | 367 | * programmed by the boot CPU. */ |
368 | irq_flags |= IMASK_IVG15 | | 368 | bfin_irq_flags |= IMASK_IVG15 | |
369 | IMASK_IVG14 | IMASK_IVG13 | IMASK_IVG12 | IMASK_IVG11 | | 369 | IMASK_IVG14 | IMASK_IVG13 | IMASK_IVG12 | IMASK_IVG11 | |
370 | IMASK_IVG10 | IMASK_IVG9 | IMASK_IVG8 | IMASK_IVG7 | IMASK_IVGHW; | 370 | IMASK_IVG10 | IMASK_IVG9 | IMASK_IVG8 | IMASK_IVG7 | IMASK_IVGHW; |
371 | 371 | ||