commit | 2fb0a2c989837c976b68233496bbaefb47cd3d6f | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Sat Jul 06 00:18:53 2019 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sat Jul 06 00:29:50 2019 +1000 |
tree | 0f3f765ed706eb71dda32620e82c79008cc54ef9 | |
parent | 264bffad4d08f967ab3d6690bb15757a526b186a [diff] |
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>