>
> But it means that 'current' is not set to the right value. If the
> function depends on it, then it will misbehave. And in fact
> preempt_notifier_register(), which is the function we want to call here,
> does depend on current.
>
> Of course we need to find more users for this, but I have a feeling this
> will be generally useful. The alternative is to keep adding bits to
> thread_info::flags.
Using TIF_bits sounds like a much better solution for this, wakeups are
really rather expensive and its best to avoid extra if at all possible.