Messages in this thread |  | | | Subject | Re: [RFC][PATCH 04/22] sched: SCHED_DEADLINE SMP-related data structures | | From | Peter Zijlstra <> | | Date | Wed, 10 Nov 2010 20:17:39 +0100 |
| |
On Fri, 2010-10-29 at 08:29 +0200, Raistlin wrote: > @@ -1336,6 +1336,7 @@ struct task_struct { > > struct list_head tasks; > struct plist_node pushable_tasks; > + struct rb_node pushable_dl_tasks;
Shouldn't these be CONFIG_SMP too? Not much use in tracking pushable tasks when there's nothing to push them to, eh?
|  |