From: Jonas Bonn Date: Fri, 15 Feb 2013 16:07:17 +0000 (+0100) Subject: openrisc: really pass correct arg to schedule_tail X-Git-Tag: v3.9-rc1~59^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae6fef1790512edde8776ee2a158b1e13d085f61;p=pandora-kernel.git openrisc: really pass correct arg to schedule_tail Commit 287ad220cd8b5a9d29f71c78f6e4051093f051fc tried to set up the argument to schedule_tail, but ended up using TI_STACK which isn't a defined symbol. Sadly, the old openrisc compiler silently ignores this fact and it was first discovered now when building with an updated toolchain. Reported-by: Christian Svensson Signed-off-by: Jonas Bonn --- Reading git-diff-tree failed