Re: [PATCH RT] sched: Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq()

2015-02-17 Thread Sebastian Andrzej Siewior
* Steven Rostedt | 2014-07-01 11:14:44 [-0400]: >I talked with Peter Zijlstra about this, and he told me that the clearing >of the PF_NO_SETAFFINITY flag was to deal with the optimization of >migrate_disable/enable() that ignores tasks that have that flag set. But >that optimization was removed wh

[PATCH RT] sched: Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq()

2014-07-01 Thread Steven Rostedt
I talked with Peter Zijlstra about this, and he told me that the clearing of the PF_NO_SETAFFINITY flag was to deal with the optimization of migrate_disable/enable() that ignores tasks that have that flag set. But that optimization was removed when I did a rework of the cpu hotplug code. I found