
24 Jan
2013
24 Jan
'13
5:27 p.m.
This series contain various patches for the relocate_code function. The first patch fixes a minor issue in the relocation code, and the subsequent patches are doing some optimalization and cleanup.
Gabor Juhos (5): MIPS: start.S: fix boundary check in relocate_code MIPS: start.S: set sp register directly MIPS: start.S: save reused arguments earlier in relocate_code MIPS: start.S: simplify relocation offset calculation MIPS: start.S: don't save flush_cache parameters in advance
arch/mips/cpu/mips32/start.S | 34 ++++++++++------------------------ arch/mips/cpu/mips64/start.S | 34 ++++++++++------------------------ arch/mips/cpu/xburst/start.S | 2 +- 3 files changed, 21 insertions(+), 49 deletions(-)
-- 1.7.10