commit | 742fb582b4540a7b59427dc67be1fe4a5eac7078 | [log] [tgz] |
---|---|---|
author | Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> | Thu Aug 01 10:46:10 2013 +0300 |
committer | Stafford Horne <shorne@gmail.com> | Mon Feb 06 21:50:42 2017 +0900 |
tree | 8816ae13e2f26150a9733486b757ced6ed089d50 | |
parent | 3e06a16339303016b2c57b350a15afeaa7ba7813 [diff] |
openrisc: tlb miss handler optimizations By slightly reorganizing the code, the number of registers used in the tlb miss handlers can be reduced by two, thus removing the need to save them to memory. Also, some dead and commented out code is removed. No functional change. Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> Signed-off-by: Jonas Bonn <jonas@southpole.se> Signed-off-by: Stafford Horne <shorne@gmail.com>