Re: [PATCH v5 1/5] powerpc/kexec: make update_cpus_node non-static

2022-06-22 Thread Sourabh Jain
On 21/06/22 14:29, Laurent Dufour wrote: On 20/06/2022, 09:01:02, Sourabh Jain wrote: Make the update_cpus_node function non-static and export it for usage in other kexec components. The update_cpus_node definition is moved to core_64.c so that it can be used with both kexec_load and kexec_fi

Re: [PATCH v5 1/5] powerpc/kexec: make update_cpus_node non-static

2022-06-21 Thread Laurent Dufour
On 20/06/2022, 09:01:02, Sourabh Jain wrote: > Make the update_cpus_node function non-static and export it for > usage in other kexec components. > > The update_cpus_node definition is moved to core_64.c so that it > can be used with both kexec_load and kexec_file_load system calls. > > No functi

[PATCH v5 1/5] powerpc/kexec: make update_cpus_node non-static

2022-06-20 Thread Sourabh Jain
Make the update_cpus_node function non-static and export it for usage in other kexec components. The update_cpus_node definition is moved to core_64.c so that it can be used with both kexec_load and kexec_file_load system calls. No functional change intended. Signed-off-by: Sourabh Jain --- ar