commit | 287ad220cd8b5a9d29f71c78f6e4051093f051fc | [log] [tgz] |
---|---|---|
author | Jonas Bonn <jonas@southpole.se> | Sun Oct 14 16:19:52 2012 +0200 |
committer | Jonas Bonn <jonas@southpole.se> | Fri Oct 19 18:32:36 2012 +0200 |
tree | dc04df7d8474f1f9a5fb597423f955595ba24a0d | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 [diff] |
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 <jonas@southpole.se>