Cc: Vegard Nossum <vegard.nossum@...>, Paul Menage <menage@...>, Max Krasnyansky <maxk@...>, Paul Jackson <pj@...>, Peter Zijlstra <a.p.zijlstra@...>, <miaox@...>, <rostedt@...>, Thomas Gleixner <tglx@...>, Ingo Molnar <mingo@...>, Linux Kernel <linux-kernel@...>
You're right. I missed a couple places, because that migrate code not only
ends up using "cpu_is_offline()" instead of "!cpu_online()" (so my greps
all failed), and because it has those online checks in multiple places.
Grr.
So it would need to change a few other "cpu_is_offline()" calls to
"!cpu_active()" instead (in __migrate_task at a minimum).
Linus
--