Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d959c26 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

IRIX: Use schedule_timeout_interruptible.

parent a0f08209
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -502,8 +502,7 @@ asmlinkage int irix_sigpoll_sys(unsigned long __user *set,
	while(1) {
		long tmp = 0;

		current->state = TASK_INTERRUPTIBLE;
		expire = schedule_timeout(expire);
		expire = schedule_timeout_interruptible(expire);

		for (i=0; i<=4; i++)
			tmp |= (current->pending.signal.sig[i] & kset.sig[i]);