Commit cea9d167 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: SIGURG fix from Chris Yeoh

parent 37cd3454
...@@ -673,7 +673,7 @@ int do_signal(sigset_t *oldset, struct pt_regs *regs) ...@@ -673,7 +673,7 @@ int do_signal(sigset_t *oldset, struct pt_regs *regs)
continue; continue;
switch (signr) { switch (signr) {
case SIGCONT: case SIGCHLD: case SIGWINCH: case SIGCONT: case SIGCHLD: case SIGWINCH: case SIGURG:
continue; continue;
case SIGTSTP: case SIGTTIN: case SIGTTOU: case SIGTSTP: case SIGTTIN: case SIGTTOU:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment