-
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