Commit 6a049ed5 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: zero extend all 6 parameters in 32 bit syscall path

parent 1362870b
......@@ -114,6 +114,8 @@ _GLOBAL(DoSyscall)
clrldi r4,r4,32
clrldi r5,r5,32
clrldi r6,r6,32
clrldi r7,r7,32
clrldi r8,r8,32
b 17f
15:
#endif
......@@ -184,6 +186,8 @@ _GLOBAL(ret_from_syscall_1)
clrldi r4,r4,32
clrldi r5,r5,32
clrldi r6,r6,32
clrldi r7,r7,32
clrldi r8,r8,32
b 57f
55:
#endif
......
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