From: Jonas Bonn Date: Sun, 14 Oct 2012 14:19:52 +0000 (+0200) Subject: openrisc: pass correct arg to schedule_tail X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~47^2~43^2~12^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287ad220cd8b5a9d29f71c78f6e4051093f051fc;p=pandora-kernel.git openrisc: pass correct arg to schedule_tail schedule_tail() requires that the 'prev' task be passed as an argument to it. This arg is set in _switch, just before 'returning' to one of the ret_* functions where schedule_tail is invoked. Signed-off-by: Jonas Bonn --- Reading git-diff-tree failed