Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.19 /kernel/softirq.c

Filename:/kernel/softirq.c
Lines Added:2
Lines Deleted:2
Also changed in: (Previous) 2.4.19-rc5-ac1  2.4.19-rc5  2.4.19-rc4  2.4.19-rc3-ac5  2.4.19-rc3-ac4  2.4.19-rc3-ac3 
(Following) 2.4.19-ac1  2.4.19-ac2  2.4.19-ac3  2.4.19-ac4  2.4.20-pre1-ac1  2.4.20-pre1-ac2 

Location
[  2.4.19
  [  kernel
     o  softirq.c

Patch

diff -urN linux-2.4.18/kernel/softirq.c linux-2.4.19/kernel/softirq.c
--- linux-2.4.18/kernel/softirq.c   Wed Oct 31 10:26:02 2001
+++ linux-2.4.19/kernel/softirq.c   Fri Aug  2 17:39:46 2002
@@ -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);


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.