commit | ae6fef1790512edde8776ee2a158b1e13d085f61 | [log] [tgz] |
---|---|---|
author | Jonas Bonn <jonas@southpole.se> | Fri Feb 15 17:07:17 2013 +0100 |
committer | Jonas Bonn <jonas@southpole.se> | Sun Feb 17 08:46:21 2013 +0100 |
tree | 234f4bfe0b5441e27228ff8fa1b4b55f304e5284 | |
parent | b4f5b53603468ef229d16350639e293f12128b62 [diff] |
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 <blue@cmd.nu> Signed-off-by: Jonas Bonn <jonas@southpole.se>