]> git.hungrycats.org Git - linux/commitdiff
ppc64: make sure socketcall_table is 8 byte aligned
authorAnton Blanchard <anton@samba.org>
Sun, 16 Feb 2003 02:06:04 +0000 (13:06 +1100)
committerAnton Blanchard <anton@samba.org>
Sun, 16 Feb 2003 02:06:04 +0000 (13:06 +1100)
arch/ppc64/kernel/sys32.S

index f7d1c082c0bf62a9888b303033d0bca066ba5ed9..3e37ceb9602625ae98060f64651bb9cd9545ac1f 100644 (file)
@@ -289,8 +289,7 @@ _STATIC(do_efault)
        li      r3,-EFAULT
        blr
 
-       .data
-       .align  8
+       .balign 8
 _GLOBAL(socketcall_table_begin)
        .llong          .do_sys_socket
        .llong          .do_sys_bind