Re: [PATCH v4 1/2] powerpc/32: Split kexec low level code out of misc_32.S

2019-11-25 Thread Michael Ellerman
On Tue, 2019-10-29 at 12:13:57 UTC, Christophe Leroy wrote: > Almost half of misc_32.S is dedicated to kexec. > That's the relocation function for kexec. > > Drop it into a dedicated kexec_relocate_32.S > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.ker

[PATCH v4 1/2] powerpc/32: Split kexec low level code out of misc_32.S

2019-10-29 Thread Christophe Leroy
Almost half of misc_32.S is dedicated to kexec. That's the relocation function for kexec. Drop it into a dedicated kexec_relocate_32.S Signed-off-by: Christophe Leroy --- v2: no change v3: renamed kexec_32.S to kexec_relocate_32.S v4: rebased (conflict on Makefile) and dropped irrelevant spaces