On Wed, 2010-12-01 at 15:13 -0800, Frank Rowand wrote:
Without having looked at the actual code, the described thing cannot
work, try_to_wake_up() has a return value that needs to be passed back.
Also, try_to_wake_up() does load-balancing, you really want to do that
before queueing it on a remote cpu.
--