mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
381d2f95c8
The schedule() call there really never did anything at least since the introduction of the EEVDF scheduler, but now I found a case where we permanently hang in a loop of -ERESTARTNOINTR (due to locking.) Work around it by making any syscalls with error return take time (and then schedule after) so we cannot hang in such a loop forever. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at> |
||
---|---|---|
.. | ||
Makefile | ||
mmu.c | ||
process.c | ||
stub.c | ||
syscall.c | ||
uaccess.c |