[kvm-unit-tests PATCH] align toc to 256 bytes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 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



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux