Re: powerpc/misc: merge reloc_offset() and add_reloc_offset()

2018-06-04 Thread Michael Ellerman
On Tue, 2018-04-17 at 11:23:10 UTC, Christophe Leroy wrote: > reloc_offset() is the same as add_reloc_offset(0) > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/0cc377d16e565b90b43b7550cdf5b3 cheers

[PATCH] powerpc/misc: merge reloc_offset() and add_reloc_offset()

2018-04-17 Thread Christophe Leroy
reloc_offset() is the same as add_reloc_offset(0) Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/misc.S | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/arch/powerpc/kernel/misc.S b/arch/powerpc/kernel/misc.S index