patch-2.1.21 linux/arch/m68k/kernel/signal.c
Next file: linux/arch/m68k/lib/checksum.c
Previous file: linux/arch/m68k/kernel/m68k_ksyms.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Fri Jan 3 18:48:37 1997
- Orig file:
v2.1.20/linux/arch/m68k/kernel/signal.c
- Orig date:
Sun Dec 22 16:37:22 1996
diff -u --recursive --new-file v2.1.20/linux/arch/m68k/kernel/signal.c linux/arch/m68k/kernel/signal.c
@@ -174,7 +174,7 @@
if (context.sc_usp != fp+fsize)
current->flags &= ~PF_ONSIGSTK;
-
+
/* OK. Make room on the supervisor stack for the extra junk,
* if necessary.
*/
@@ -200,7 +200,7 @@
" .align 4\n"
" .long 2b,4b\n"
" .long 3b,4b\n"
- ".text"
+ ".previous"
: /* no outputs, it doesn't ever return */
: "a" (sw), "d" (fsize), "d" (frame_offset/4-1),
"n" (frame_offset), "a" (fp)
@@ -360,7 +360,7 @@
/*
* OK, we're invoking a handler
- */
+ */
static inline void handle_signal(unsigned long signr, struct sigaction *sa,
unsigned long oldmask, struct pt_regs *regs)
{
@@ -482,7 +482,7 @@
continue;
current->state = TASK_STOPPED;
current->exit_code = signr;
- if (!(current->p_pptr->sig->action[SIGCHLD-1].sa_flags &
+ if (!(current->p_pptr->sig->action[SIGCHLD-1].sa_flags &
SA_NOCLDSTOP))
notify_parent(current);
schedule();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov