public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] [PATCH 2.5.68] mod_timer fix for sn/kernel/irq.c
@ 2003-05-03 12:52 Vinay K Nallamothu
  0 siblings, 0 replies; only message in thread
From: Vinay K Nallamothu @ 2003-05-03 12:52 UTC (permalink / raw)
  To: linux-ia64

Hi,

Small fix converting {del,add}_timer to mod_timer.

vinay

PS: I am not on the mailing list

--- linux-2.5.68/arch/ia64/sn/kernel/irq.c      2003-03-25
10:07:20.000000000 +0530
+++ linux-2.5.68-nvk/arch/ia64/sn/kernel/irq.c  2003-05-03
16:14:38.000000000 +0530
@@ -310,9 +310,7 @@
                       
bridge->b_force_always[intr_test_registered[i].slot].intr = 1;
                }
        }
-       del_timer(&intr_test_timer);
-       intr_test_timer.expires = jiffies + HZ/100;
-       add_timer(&intr_test_timer);
+       mod_timer(&intr_test_timer, jiffies + HZ/100);
 }

 void





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-03 12:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-03 12:52 [Linux-ia64] [PATCH 2.5.68] mod_timer fix for sn/kernel/irq.c Vinay K Nallamothu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox