> But schedule and signal code does return with interrupts enabled, so a
> cli is still needed here. Also at least some of the trap code returns
> with interrupts enabled.
the change only affects the ret_from_intr path, which is IRQ-only. The
signal and schedule path is still disabling interrupts.
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/