mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
In cases where we know the task is not sleeping, try to optimise away the indirect call to task->tk_action() by replacing it with a direct call. Only change tail calls, to allow gcc to perform tail call elimination. Signed-off-by: Trond Myklebust <[email protected]>