commit | f8b6d1cc7dc15cf3de538b864eefaedad7a84d85 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Wed Jul 06 14:20:14 2011 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Dec 06 20:51:26 2011 +0100 |
tree | 084948d4bebc74a66231d95e03daaeb808640d66 | |
parent | be726ffd1ef291c04c4d6632ac277afa1c281712 [diff] |
sched: Use jump_labels for sched_feat Now that we initialize jump_labels before sched_init() we can use them for the debug features without having to worry about a window where they have the wrong setting. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/n/tip-vpreo4hal9e0kzqmg5y0io2k@git.kernel.org Signed-off-by: Ingo Molnar <mingo@elte.hu>