--- powerpc/flat.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerpc/flat.lds b/powerpc/flat.lds index 8a573d27346de..53221e8b4211c 100644 --- a/powerpc/flat.lds +++ b/powerpc/flat.lds @@ -24,7 +24,7 @@ SECTIONS .rodata : { *(.rodata) *(.rodata.*) } . = ALIGN(16); .bss : { *(.bss) } - . = ALIGN(16); + . = ALIGN(256); /* * tocptr is tocbase + 32K, allowing toc offsets to be +-32K */ -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html