[brcm63xx] fix pcmcia device removal
[openwrt.git] / target / linux / generic-2.4 / patches / 110-netdev_random_core.patch
index e87e0e9..06f3e4e 100644 (file)
@@ -1,8 +1,6 @@
-Index: linux-2.4.35.4/Documentation/Configure.help
-===================================================================
---- linux-2.4.35.4.orig/Documentation/Configure.help   2007-12-15 05:19:53.139449282 +0100
-+++ linux-2.4.35.4/Documentation/Configure.help        2007-12-15 05:19:54.063501941 +0100
-@@ -10675,6 +10675,20 @@
+--- a/Documentation/Configure.help
++++ b/Documentation/Configure.help
+@@ -10687,6 +10687,20 @@ CONFIG_TUN
  
    If you don't know what to use this for, you don't need it.
  
@@ -23,11 +21,9 @@ Index: linux-2.4.35.4/Documentation/Configure.help
  Ethertap network tap (OBSOLETE)
  CONFIG_ETHERTAP
    If you say Y here (and have said Y to "Kernel/User network link
-Index: linux-2.4.35.4/drivers/net/Config.in
-===================================================================
---- linux-2.4.35.4.orig/drivers/net/Config.in  2007-12-15 05:19:51.931380439 +0100
-+++ linux-2.4.35.4/drivers/net/Config.in       2007-12-15 05:19:54.067502171 +0100
-@@ -8,6 +8,7 @@
+--- a/drivers/net/Config.in
++++ b/drivers/net/Config.in
+@@ -8,6 +8,7 @@ tristate 'Dummy net driver support' CONF
  tristate 'Bonding driver support' CONFIG_BONDING
  tristate 'EQL (serial line load balancing) support' CONFIG_EQUALIZER
  tristate 'Universal TUN/TAP device driver support' CONFIG_TUN
@@ -35,11 +31,9 @@ Index: linux-2.4.35.4/drivers/net/Config.in
  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
     tristate 'Ethertap network tap (OBSOLETE)' CONFIG_ETHERTAP
  fi
-Index: linux-2.4.35.4/include/asm-alpha/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-alpha/signal.h     2007-12-15 05:19:41.318775660 +0100
-+++ linux-2.4.35.4/include/asm-alpha/signal.h  2007-12-15 05:19:54.067502171 +0100
-@@ -121,8 +121,15 @@
+--- a/include/asm-alpha/signal.h
++++ b/include/asm-alpha/signal.h
+@@ -121,8 +121,15 @@ typedef unsigned long sigset_t;
  #define SA_PROBE              SA_ONESHOT
  #define SA_SAMPLE_RANDOM      SA_RESTART
  #define SA_SHIRQ              0x40000000
@@ -55,11 +49,9 @@ Index: linux-2.4.35.4/include/asm-alpha/signal.h
  #define SIG_BLOCK          1  /* for blocking signals */
  #define SIG_UNBLOCK        2  /* for unblocking signals */
  #define SIG_SETMASK        3  /* for setting the signal mask */
-Index: linux-2.4.35.4/include/asm-arm/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-arm/signal.h       2007-12-15 05:19:41.326776118 +0100
-+++ linux-2.4.35.4/include/asm-arm/signal.h    2007-12-15 05:19:54.067502171 +0100
-@@ -125,8 +125,15 @@
+--- a/include/asm-arm/signal.h
++++ b/include/asm-arm/signal.h
+@@ -125,8 +125,15 @@ typedef unsigned long sigset_t;
  #define SA_PROBE              0x80000000
  #define SA_SAMPLE_RANDOM      0x10000000
  #define SA_SHIRQ              0x04000000
@@ -75,11 +67,9 @@ Index: linux-2.4.35.4/include/asm-arm/signal.h
  #define SIG_BLOCK          0  /* for blocking signals */
  #define SIG_UNBLOCK        1  /* for unblocking signals */
  #define SIG_SETMASK        2  /* for setting the signal mask */
-Index: linux-2.4.35.4/include/asm-cris/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-cris/signal.h      2007-12-15 05:19:41.334776573 +0100
-+++ linux-2.4.35.4/include/asm-cris/signal.h   2007-12-15 05:19:54.071502397 +0100
-@@ -120,8 +120,15 @@
+--- a/include/asm-cris/signal.h
++++ b/include/asm-cris/signal.h
+@@ -120,8 +120,15 @@ typedef unsigned long sigset_t;
  #define SA_PROBE              SA_ONESHOT
  #define SA_SAMPLE_RANDOM      SA_RESTART
  #define SA_SHIRQ              0x04000000
@@ -95,11 +85,9 @@ Index: linux-2.4.35.4/include/asm-cris/signal.h
  #define SIG_BLOCK          0  /* for blocking signals */
  #define SIG_UNBLOCK        1  /* for unblocking signals */
  #define SIG_SETMASK        2  /* for setting the signal mask */
-Index: linux-2.4.35.4/include/asm-i386/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-i386/signal.h      2007-12-15 05:19:41.338776800 +0100
-+++ linux-2.4.35.4/include/asm-i386/signal.h   2007-12-15 05:19:54.071502397 +0100
-@@ -119,8 +119,15 @@
+--- a/include/asm-i386/signal.h
++++ b/include/asm-i386/signal.h
+@@ -119,8 +119,15 @@ typedef unsigned long sigset_t;
  #define SA_PROBE              SA_ONESHOT
  #define SA_SAMPLE_RANDOM      SA_RESTART
  #define SA_SHIRQ              0x04000000
@@ -115,10 +103,8 @@ Index: linux-2.4.35.4/include/asm-i386/signal.h
  #define SIG_BLOCK          0  /* for blocking signals */
  #define SIG_UNBLOCK        1  /* for unblocking signals */
  #define SIG_SETMASK        2  /* for setting the signal mask */
-Index: linux-2.4.35.4/include/asm-ia64/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-ia64/signal.h      2007-12-15 05:19:41.350777484 +0100
-+++ linux-2.4.35.4/include/asm-ia64/signal.h   2007-12-15 05:19:54.071502397 +0100
+--- a/include/asm-ia64/signal.h
++++ b/include/asm-ia64/signal.h
 @@ -117,6 +117,12 @@
  #define SA_SHIRQ              0x04000000
  #define SA_PERCPU_IRQ         0x02000000
@@ -132,11 +118,9 @@ Index: linux-2.4.35.4/include/asm-ia64/signal.h
  #endif /* __KERNEL__ */
  
  #define SIG_BLOCK          0  /* for blocking signals */
-Index: linux-2.4.35.4/include/asm-m68k/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-m68k/signal.h      2007-12-15 05:19:41.358777939 +0100
-+++ linux-2.4.35.4/include/asm-m68k/signal.h   2007-12-15 05:19:54.071502397 +0100
-@@ -116,8 +116,15 @@
+--- a/include/asm-m68k/signal.h
++++ b/include/asm-m68k/signal.h
+@@ -116,8 +116,15 @@ typedef unsigned long sigset_t;
  #define SA_PROBE              SA_ONESHOT
  #define SA_SAMPLE_RANDOM      SA_RESTART
  #define SA_SHIRQ              0x04000000
@@ -152,11 +136,9 @@ Index: linux-2.4.35.4/include/asm-m68k/signal.h
  #define SIG_BLOCK          0  /* for blocking signals */
  #define SIG_UNBLOCK        1  /* for unblocking signals */
  #define SIG_SETMASK        2  /* for setting the signal mask */
-Index: linux-2.4.35.4/include/asm-mips/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-mips/signal.h      2007-12-15 05:19:41.366778397 +0100
-+++ linux-2.4.35.4/include/asm-mips/signal.h   2007-12-15 05:19:54.075502626 +0100
-@@ -111,6 +111,12 @@
+--- a/include/asm-mips/signal.h
++++ b/include/asm-mips/signal.h
+@@ -111,6 +111,12 @@ typedef unsigned long old_sigset_t;               /* 
  #define SA_SAMPLE_RANDOM      SA_RESTART
  #define SA_SHIRQ              0x02000000
  
@@ -169,11 +151,9 @@ Index: linux-2.4.35.4/include/asm-mips/signal.h
  #endif /* __KERNEL__ */
  
  #define SIG_BLOCK     1       /* for blocking signals */
-Index: linux-2.4.35.4/include/asm-mips64/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-mips64/signal.h    2007-12-15 05:19:41.374778853 +0100
-+++ linux-2.4.35.4/include/asm-mips64/signal.h 2007-12-15 05:19:54.075502626 +0100
-@@ -119,6 +119,12 @@
+--- a/include/asm-mips64/signal.h
++++ b/include/asm-mips64/signal.h
+@@ -119,6 +119,12 @@ typedef unsigned int old_sigset_t32;
  #define SA_SAMPLE_RANDOM      SA_RESTART
  #define SA_SHIRQ              0x02000000
  
@@ -186,10 +166,8 @@ Index: linux-2.4.35.4/include/asm-mips64/signal.h
  #endif /* __KERNEL__ */
  
  #define SIG_BLOCK     1       /* for blocking signals */
-Index: linux-2.4.35.4/include/asm-parisc/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-parisc/signal.h    2007-12-15 05:19:41.382779308 +0100
-+++ linux-2.4.35.4/include/asm-parisc/signal.h 2007-12-15 05:19:54.075502626 +0100
+--- a/include/asm-parisc/signal.h
++++ b/include/asm-parisc/signal.h
 @@ -100,6 +100,12 @@
  #define SA_SAMPLE_RANDOM      SA_RESTART
  #define SA_SHIRQ              0x04000000
@@ -203,11 +181,9 @@ Index: linux-2.4.35.4/include/asm-parisc/signal.h
  #endif /* __KERNEL__ */
  
  #define SIG_BLOCK          0  /* for blocking signals */
-Index: linux-2.4.35.4/include/asm-ppc/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-ppc/signal.h       2007-12-15 05:19:41.390779764 +0100
-+++ linux-2.4.35.4/include/asm-ppc/signal.h    2007-12-15 05:19:54.075502626 +0100
-@@ -111,6 +111,13 @@
+--- a/include/asm-ppc/signal.h
++++ b/include/asm-ppc/signal.h
+@@ -111,6 +111,13 @@ typedef struct {
  #define SA_PROBE              SA_ONESHOT
  #define SA_SAMPLE_RANDOM      SA_RESTART
  #define SA_SHIRQ              0x04000000
@@ -221,11 +197,9 @@ Index: linux-2.4.35.4/include/asm-ppc/signal.h
  #endif /* __KERNEL__ */
  
  #define SIG_BLOCK          0  /* for blocking signals */
-Index: linux-2.4.35.4/include/asm-s390/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-s390/signal.h      2007-12-15 05:19:41.398780219 +0100
-+++ linux-2.4.35.4/include/asm-s390/signal.h   2007-12-15 05:19:54.075502626 +0100
-@@ -129,8 +129,15 @@
+--- a/include/asm-s390/signal.h
++++ b/include/asm-s390/signal.h
+@@ -129,8 +129,15 @@ typedef unsigned long sigset_t;
  #define SA_SHIRQ                0x04000000
  #define SA_DOPATHGROUP          0x00100000
  #define SA_FORCE                0x00200000
@@ -241,11 +215,9 @@ Index: linux-2.4.35.4/include/asm-s390/signal.h
  #define SIG_BLOCK          0    /* for blocking signals */
  #define SIG_UNBLOCK        1    /* for unblocking signals */
  #define SIG_SETMASK        2    /* for setting the signal mask */
-Index: linux-2.4.35.4/include/asm-s390x/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-s390x/signal.h     2007-12-15 05:19:41.406780677 +0100
-+++ linux-2.4.35.4/include/asm-s390x/signal.h  2007-12-15 05:19:54.079502852 +0100
-@@ -129,8 +129,15 @@
+--- a/include/asm-s390x/signal.h
++++ b/include/asm-s390x/signal.h
+@@ -129,8 +129,15 @@ typedef unsigned long sigset_t;
  #define SA_SHIRQ                0x04000000
  #define SA_DOPATHGROUP          0x00100000
  #define SA_FORCE                0x00200000
@@ -261,11 +233,9 @@ Index: linux-2.4.35.4/include/asm-s390x/signal.h
  #define SIG_BLOCK          0    /* for blocking signals */
  #define SIG_UNBLOCK        1    /* for unblocking signals */
  #define SIG_SETMASK        2    /* for setting the signal mask */
-Index: linux-2.4.35.4/include/asm-sh/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-sh/signal.h        2007-12-15 05:19:41.414781133 +0100
-+++ linux-2.4.35.4/include/asm-sh/signal.h     2007-12-15 05:19:54.079502852 +0100
-@@ -107,8 +107,15 @@
+--- a/include/asm-sh/signal.h
++++ b/include/asm-sh/signal.h
+@@ -107,8 +107,15 @@ typedef struct {
  #define SA_PROBE              SA_ONESHOT
  #define SA_SAMPLE_RANDOM      SA_RESTART
  #define SA_SHIRQ              0x04000000
@@ -281,11 +251,9 @@ Index: linux-2.4.35.4/include/asm-sh/signal.h
  #define SIG_BLOCK          0  /* for blocking signals */
  #define SIG_UNBLOCK        1  /* for unblocking signals */
  #define SIG_SETMASK        2  /* for setting the signal mask */
-Index: linux-2.4.35.4/include/asm-sparc/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-sparc/signal.h     2007-12-15 05:19:41.422781588 +0100
-+++ linux-2.4.35.4/include/asm-sparc/signal.h  2007-12-15 05:19:54.079502852 +0100
-@@ -176,8 +176,15 @@
+--- a/include/asm-sparc/signal.h
++++ b/include/asm-sparc/signal.h
+@@ -176,8 +176,15 @@ struct sigstack {
  #define SA_PROBE SA_ONESHOT
  #define SA_SAMPLE_RANDOM SA_RESTART
  #define SA_STATIC_ALLOC               0x80
@@ -301,11 +269,9 @@ Index: linux-2.4.35.4/include/asm-sparc/signal.h
  /* Type of a signal handler.  */
  #ifdef __KERNEL__
  typedef void (*__sighandler_t)(int, int, struct sigcontext *, char *);
-Index: linux-2.4.35.4/include/asm-sparc64/signal.h
-===================================================================
---- linux-2.4.35.4.orig/include/asm-sparc64/signal.h   2007-12-15 05:19:41.430782043 +0100
-+++ linux-2.4.35.4/include/asm-sparc64/signal.h        2007-12-15 05:19:54.079502852 +0100
-@@ -192,8 +192,15 @@
+--- a/include/asm-sparc64/signal.h
++++ b/include/asm-sparc64/signal.h
+@@ -192,8 +192,15 @@ struct sigstack {
  #define SA_PROBE SA_ONESHOT
  #define SA_SAMPLE_RANDOM SA_RESTART
  #define SA_STATIC_ALLOC               0x80
This page took 0.027341 seconds and 4 git commands to generate.