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
- Lines: 18
- Date:
Fri Aug 2 17:39:46 2002
- Orig file:
linux-2.4.18/kernel/softirq.c
- Orig date:
Wed Oct 31 10:26:02 2001
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)