]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
powerpc/module64: Fix comment in R_PPC64_ENTRY handling
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 5 Jul 2019 14:18:53 +0000 (00:18 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 5 Jul 2019 14:29:50 +0000 (00:29 +1000)
commit2fb0a2c989837c976b68233496bbaefb47cd3d6f
tree0f3f765ed706eb71dda32620e82c79008cc54ef9
parent264bffad4d08f967ab3d6690bb15757a526b186a
powerpc/module64: Fix comment in R_PPC64_ENTRY handling

The comment here is wrong, the addi reads from r2 not r12. The code is
correct, 0x38420000 = addi r2,r2,0.

Fixes: a61674bdfc7c ("powerpc/module: Handle R_PPC64_ENTRY relocations")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/module_64.c