The file arch/mips/kernel/smtc.c contains: static struct irqaction irq_ipi = { .handler = ipi_interrupt, .flags = IRQF_DISABLED, .name = "SMTC_IPI", .flags = IRQF_PERCPU }; Is it intentional that there are two definitions of the flags field? julia
The file arch/mips/kernel/smtc.c contains: static struct irqaction irq_ipi = { .handler = ipi_interrupt, .flags = IRQF_DISABLED, .name = "SMTC_IPI", .flags = IRQF_PERCPU }; Is it intentional that there are two definitions of the flags field? julia