• Ralf Baechle's avatar
    MIPS: N32: Fix preadv(2) and pwritev(2) entry points. · d5563715
    Ralf Baechle authored
    By using the native syscall entry point the kernel was also expecting
    64-bit iovec structures.
    
    This is broken since ddd9e91b [preadv/
    pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls.] which originally
    added these two syscalls.  I walked through piles of code, including
    libc and couldn't find anything that would have worked around the issue
    so this change the API to what it should always have been.
    
    Noticed and patch suggested by Al Viro.
    Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
    d5563715
scall64-n32.S 10 KB