patch-2.4.0-test8 linux/arch/arm/kernel/ecard.c

Next file: linux/arch/arm/kernel/head-armo.S
Previous file: linux/arch/arm/kernel/dec21285.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test7/linux/arch/arm/kernel/ecard.c linux/arch/arm/kernel/ecard.c
@@ -318,7 +318,7 @@
 	 * We don't want /any/ signals, not even SIGKILL
 	 */
 	sigfillset(&tsk->blocked);
-	sigemptyset(&tsk->signal);
+	sigemptyset(&tsk->pending.signal);
 	recalc_sigpending(tsk);
 
 	strcpy(tsk->comm, "kecardd");
@@ -335,7 +335,7 @@
 			req = xchg(&ecard_req, NULL);
 
 			if (req == NULL) {
-				sigemptyset(&tsk->signal);
+				sigemptyset(&tsk->pending.signal);
 				interruptible_sleep_on(&ecard_wait);
 			}
 		} while (req == NULL);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)