Commit 4a35d733 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: make sure socketcall_table is 8 byte aligned

parent cb6156e1
...@@ -289,8 +289,7 @@ _STATIC(do_efault) ...@@ -289,8 +289,7 @@ _STATIC(do_efault)
li r3,-EFAULT li r3,-EFAULT
blr blr
.data .balign 8
.align 8
_GLOBAL(socketcall_table_begin) _GLOBAL(socketcall_table_begin)
.llong .do_sys_socket .llong .do_sys_socket
.llong .do_sys_bind .llong .do_sys_bind
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment