[PATCH] Scheduled removal of SA_xxx interrupt flags fixups 3
authorThomas Gleixner <[email protected]>
Tue, 6 Mar 2007 09:42:04 +0000 (01:42 -0800)
committerLinus Torvalds <[email protected]>
Tue, 6 Mar 2007 17:30:24 +0000 (09:30 -0800)
The obsolete SA_xxx interrupt flags have been used despite the scheduled
removal.  Fixup the remaining users.

Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Cc: Zachary Amsden <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/i386/kernel/vmitime.c

index 8dc72d5756668c27f19a1bf678e6c3b80318d4dc..9dfb17739b67743d13470f7b3c2893b2fd8d2e7c 100644 (file)
@@ -123,12 +123,10 @@ static struct clocksource clocksource_vmi = {
 static irqreturn_t vmi_timer_interrupt(int irq, void *dev_id);
 
 static struct irqaction vmi_timer_irq  = {
-       vmi_timer_interrupt,
-       SA_INTERRUPT,
-       CPU_MASK_NONE,
-       "VMI-alarm",
-       NULL,
-       NULL
+       .handler = vmi_timer_interrupt,
+       .flags = IRQF_DISABLED,
+       .mask = CPU_MASK_NONE,
+       .name = "VMI-alarm",
 };
 
 /* Alarm rate */