Re: [PATCH 1/3] SCHED: Generic hooks for trapping task preemption

From: Avi Kivity
Date: Wed Jul 25 2007 - 08:49:19 EST


Avi Kivity wrote:
> /**
> * prepare_task_switch - prepare to switch tasks
> * @rq: the runqueue preparing to switch
> @@ -1687,6 +1746,7 @@ void fastcall wake_up_new_task(struct task_struct *p, unsigned long clone_flags)
> */
> static inline void prepare_task_switch(struct rq *rq, struct task_struct *next)
> {
> + fire_sched_out_preempt_hooks(current);
>

This wants an extra arg, 'next', of course.

--
Do not meddle in the internals of kernels, for they are subtle and quick to panic.

-
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/