• Paul Mackerras's avatar
    PPC32: Implement force_successful_syscall_return. · 4043848c
    Paul Mackerras authored
    We use a bit in the thread_info flags for this.  The bit is cleared on syscall
    entry and set by force_successful_syscall_return.  If the bit is set on syscall
    exit, the normal check whether the value from the syscall function is an
    error code is disabled and the value is just returned to userspace.
    4043848c
entry.S 20.2 KB