diff options
Diffstat (limited to 'arch/ppc64/boot/zImage.lds')
-rw-r--r-- | arch/ppc64/boot/zImage.lds | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/ppc64/boot/zImage.lds b/arch/ppc64/boot/zImage.lds index fb465a4d89b..79d62c733ec 100644 --- a/arch/ppc64/boot/zImage.lds +++ b/arch/ppc64/boot/zImage.lds @@ -13,7 +13,9 @@ SECTIONS *(.rodata*) *(.data*) *(.sdata*) - *(.got*) + __got2_start = .; + *(.got2) + __got2_end = .; } . = ALIGN(4096); |