commit | 54bd7c510ba027763130eaeb09004ef5780c06e6 | [log] [tgz] |
---|---|---|
author | Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> | Fri Oct 12 09:38:18 2012 +0300 |
committer | Jonas Bonn <jonas@southpole.se> | Sun Feb 10 18:55:46 2013 +0100 |
tree | 27dcab76dc8803eaedb2f623acdc27a43b20b1af | |
parent | 1dd2ad7f2b414805de2020d5bf2d5adc3cf6243c [diff] |
openrisc: avoid using function parameter regs in reset vector The kernel might be invoked through the reset vector, so to preserve parameters passed to it, temp regs that are not in the function parameter range needs to be used. Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> Signed-off-by: Jonas Bonn <jonas@southpole.se>