Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
odroid-linux-3.10.y-rt
Commits
0d959c26
Commit
0d959c26
authored
Nov 05, 2005
by
Ralf Baechle
Browse files
IRIX: Use schedule_timeout_interruptible.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
a0f08209
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/mips/kernel/irixsig.c
View file @
0d959c26
...
...
@@ -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
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment