patch-2.0.4 linux/arch/ppc/kernel/signal.c

Next file: linux/arch/ppc/kernel/stubs.c
Previous file: linux/arch/ppc/kernel/setup.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.3/linux/arch/ppc/kernel/signal.c linux/arch/ppc/kernel/signal.c
@@ -30,7 +30,7 @@
 	mask = current->blocked;
 	current->blocked = set & _BLOCKABLE;
 	regs->gpr[3] = -EINTR;
-#if 0	
+#if 0
 printk("Task: %x[%d] - SIGSUSPEND at %x, Mask: %x\n", current, current->pid, regs->nip, set);	
 #endif
 	while (1) {
@@ -107,7 +107,6 @@
 	struct sigcontext_struct *sc;
 	struct sigaction * sa;
 	int s = _disable_interrupts();
-
 	while ((signr = current->signal & mask)) {
 #if 0
 		signr = ffz(~signr);  /* Compute bit # */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov