Re: [RFC][PATCH 0/3] Refactoring sched_entity and sched_rt_entity.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Peter Zijlstra
Date: Tuesday, January 4, 2011 - 9:19 am

On Tue, 2011-01-04 at 16:55 +0100, Dario Faggioli wrote:


Just like its now, keep a sched_entity per class.

struct task_group {

#ifdef CONFIG_FAIR_GROUP_SCHED
	struct sched_entity **cfs_se;
	...
#endif

#ifdef CONFIG_RT_GROUP_SCHED
	struct sched_entity **rt_se;
	...
#endif

}


Yay!

I see once clash with my current ttwu patch set though, see:

  http://lkml.org/lkml/2011/1/4/228

But that should be easy to resolve.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC][PATCH 0/3] Refactoring sched_entity and sched_rt ..., Peter Zijlstra, (Tue Jan 4, 9:19 am)