mtd/drivers/mtd mtd_blkdevs-24.c,1.14,1.15

David Woodhouse dwmw2 at infradead.org
Fri Oct 10 04:55:06 EDT 2003


Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv30168

Modified Files:
	mtd_blkdevs-24.c 
Log Message:
Fix the non-NPTL build.


Index: mtd_blkdevs-24.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/mtd_blkdevs-24.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mtd_blkdevs-24.c	8 Sep 2003 12:45:56 -0000	1.14
+++ mtd_blkdevs-24.c	10 Oct 2003 08:55:03 -0000	1.15
@@ -124,7 +124,8 @@
 	   actually want to deal with signals. We can't just call 
 	   exit_sighand() since that'll cause an oops when we finally
 	   do exit. */
-#if 0
+
+#ifndef __rh_config_h__ /* HAVE_NPTL */
 	spin_lock_irq(&current->sigmask_lock);
 	sigfillset(&current->blocked);
 	recalc_sigpending(current);




More information about the linux-mtd-cvs mailing list