Re: 2.6.8-rc3-mm2

From: Ingo Molnar
Date: Tue Aug 10 2004 - 03:11:42 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

> > - if (!keventd_up() || current_is_keventd())
> > - work.func(work.data);
> > - else {
> > - schedule_work(&work);
> > - wait_for_completion(&c_idle.done);
> > - }
>
> is keventd_up() true during normal SMP bootup? [...]

it ought to be up at this point - smp_init() is done from the init
thread and the scheduler is up and running.

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/