]> git.pld-linux.org Git - packages/irqbalance.git/commitdiff
- updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 13 Dec 2006 16:12:52 +0000 (16:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    irqbalance-classes.patch -> 1.2
    irqbalance-norebalance-zeroints.patch -> 1.2
    irqbalance.init -> 1.4

irqbalance-classes.patch [deleted file]
irqbalance-norebalance-zeroints.patch [deleted file]
irqbalance.init

diff --git a/irqbalance-classes.patch b/irqbalance-classes.patch
deleted file mode 100644 (file)
index 5bc384b..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
---- irqbalance-1.12/irqbalance/classify.c~     2006-07-29 00:15:24.000000000 -0400
-+++ irqbalance-1.12/irqbalance/classify.c      2006-07-29 00:20:43.000000000 -0400
-@@ -57,6 +57,9 @@ char *storage_modules[] = {
-       "libata",
-       "ohci1394",
-       "sym53c8xx",
-+      "ata_piix",
-+      "sata",
-+      "ahci",
-       0
- };
-@@ -64,16 +67,20 @@ char *ethernet_modules[] = {
-       "eth",
-       "e100",
-       "eepro100",
--      "orinico_cs",
-+      "orinoco_cs",
-       "wvlan_cs",
--      "3c5",  
-+      "3c5",
-       "HiSax",
-+      "ipw2",
-+      "via_rhine",
-+      "sis900",
-       0
- };
- char *gige_modules[] = {
-       "e1000",
-       "tg3",
-+      "r8169",
-       0
- };
diff --git a/irqbalance-norebalance-zeroints.patch b/irqbalance-norebalance-zeroints.patch
deleted file mode 100644 (file)
index 08f553a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- irqbalance-1.12/irqbalance/procinterrupts.c~       2006-02-26 18:38:18.000000000 -0500
-+++ irqbalance-1.12/irqbalance/procinterrupts.c        2006-02-26 18:39:13.000000000 -0500
-@@ -134,6 +134,8 @@ void activate_irqtable(void)
-                       continue;
-               if (interrupts[i].type == IRQ_INACTIVE)
-                       continue;
-+              if (interrupts[i].delta == 0)
-+                      continue;
-               snprintf(filename,255,"/proc/irq/%i/smp_affinity",i);
-               file = fopen(filename, "w");
-               if (file==NULL)
index da28011bba3efd32aa7e9f365985afed56571cda..6fbf7c2c6c243e46a9446ce68e89c88174d93eea 100644 (file)
@@ -22,7 +22,7 @@ if [ "$(LC_ALL=C grep "^processor.*:.*[0-9]" /proc/cpuinfo | wc -l)" -lt 2 ]; th
     exit 0
 fi
 
-is_yes "$IRQBALANCE_ONE_SHOT" && IRQBALANCE_OPT="${IRQBALANCE_OPT} --oneshot"
+is_yes "$IRQBALANCE_ONE_SHOT" && IRQBALANCE_OPT="${IRQBALANCE_OPT} oneshot"
 
 # See how we were called.
 case "$1" in
This page took 0.099832 seconds and 4 git commands to generate.