
On Thu, Jan 29, 2015 at 02:48:59PM +0100, Daniel Schwierzeck wrote:
Hi Paul,
2015-01-29 11:04 GMT+01:00 Paul Burton paul.burton@imgtec.com:
Currently we have mips32-specific & mips64-specific versions of start.S, which are very similar. This short series adapts the mips32 start.S to also be suitable for mips64 systems & then shares that single copy between mips32 & mips64 builds.
Paul Burton (4): MIPS: use asm.h macros in mips32 start.S MIPS: handle mips64 relocs in mips32 start.S MIPS: handle mips64 ST0_KX bit in mips32 start.S MIPS: share start.S between mips32 & mips64
very appreciated, thanks. But I'd like to replace patch 4/4 with
http://patchwork.ozlabs.org/patch/434556/ http://patchwork.ozlabs.org/patch/434555/
what do you think?
--
- Daniel
Hi Daniel,
Seems good to me :)
Paul