patch-2.4.19 linux-2.4.19/kernel/softirq.c

Next file: linux-2.4.19/kernel/sys.c
Previous file: linux-2.4.19/kernel/signal.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/kernel/softirq.c linux-2.4.19/kernel/softirq.c
@@ -62,7 +62,7 @@
 {
 	int cpu = smp_processor_id();
 	__u32 pending;
-	long flags;
+	unsigned long flags;
 	__u32 mask;
 
 	if (in_interrupt())
@@ -130,7 +130,7 @@
 
 void raise_softirq(unsigned int nr)
 {
-	long flags;
+	unsigned long flags;
 
 	local_irq_save(flags);
 	cpu_raise_softirq(smp_processor_id(), nr);

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