Keith Owens wrote:
>  wait_for_at_least_one_schedule_on_every_cpu();

what about

        spin_unlock_wait(&global_exception_lock);

The actual exception table waker uses
        spin_lock_irqsave(&global_exception_lock);

        spin_unlock_irqsave(&global_exception_lock);

Or a simple spinlock - the code shouldn't be performance critical.
--
        Manfred
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to