* Gregory Haskins <[EMAIL PROTECTED]> wrote:
> This code allows FUNCTION_CALL IPIs to become preemptible by executing
> them in kthread context instead of interrupt context. They are
> referred to as "Virtual Function Call IPIs" (VFCIPI) because we no
> longer rely on the actual FCIPI facility. Instead we schedule a
> thread to run. This essentially replaces the synchronous FCIPI with
> an async RESCHEDULE IPI.
why do we need this? It's quite complex and brings little extra AFAICS.
See the "schedule_on_each_cpu-enhance.patch" from Peter Ziljstra that
lets a function to be executed on all CPUs. That should be extended
(trivially) to execute a function on another CPU. That's all we need.
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html