Re: [PATCH] powerpc: Switch to relative jump labels

From: Michael Ellerman
Date: Sat Apr 10 2021 - 10:29:37 EST


On Tue, 23 Mar 2021 15:47:59 +0000 (UTC), Christophe Leroy wrote:
> Convert powerpc to relative jump labels.
>
> Before the patch, pseries_defconfig vmlinux.o has:
> 9074 __jump_table 0003f2a0 0000000000000000 0000000000000000 01321fa8 2**0
>
> With the patch, the same config gets:
> 9074 __jump_table 0002a0e0 0000000000000000 0000000000000000 01321fb4 2**0
>
> [...]

Applied to powerpc/next.

[1/1] powerpc: Switch to relative jump labels
https://git.kernel.org/powerpc/c/b0b3b2c78ec075cec4721986a95abbbac8c3da4f

cheers