aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2016-09-28 11:31:47 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2016-10-04 13:06:55 +1100
commit573819e3433278cde17e7b93e101e59e96f19ccf (patch)
tree475f117ca37f5045a820569c40a054cb9ad68b68 /arch/powerpc/kernel/vmlinux.lds.S
parentpowerpc/64s: Consolidate exception handler alignment (diff)
downloadlinux-dev-573819e3433278cde17e7b93e101e59e96f19ccf.tar.xz
linux-dev-573819e3433278cde17e7b93e101e59e96f19ccf.zip
powerpc/64: Change the way relocation copy is calculated
With a subsequent patch to put text into different sections, (_end - _stext) can no longer be computed at link time to determine the end of the copy. Instead, calculate it at runtime with (copy_to_here - _stext) + (_end - copy_to_here). Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions