[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] x86/time: replace deprecated SA_INTERRUPT
# HG changeset patch # User Jan Beulich <jbeulich@xxxxxxxx> # Date 1381928718 -7200 # Node ID 80784d88c2e7c6798f87a36a815a94b076719c32 # Parent aea020fc95cbb50dbb4063897d88d7898d7f77b2 x86/time: replace deprecated SA_INTERRUPT ... and add IRQF_TIMER at the same time. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- diff -r aea020fc95cb -r 80784d88c2e7 arch/i386/kernel/time-xen.c --- a/arch/i386/kernel/time-xen.c Wed Oct 16 15:02:23 2013 +0200 +++ b/arch/i386/kernel/time-xen.c Wed Oct 16 15:05:18 2013 +0200 @@ -926,7 +926,7 @@ static void setup_cpu0_timer_irq(void) VIRQ_TIMER, 0, timer_interrupt, - SA_INTERRUPT, + IRQF_DISABLED|IRQF_TIMER, "timer0", NULL); BUG_ON(per_cpu(timer_irq, 0) < 0); @@ -1147,7 +1147,7 @@ int __cpuinit local_setup_timer(unsigned irq = bind_virq_to_irqhandler(VIRQ_TIMER, cpu, timer_interrupt, - SA_INTERRUPT, + IRQF_DISABLED|IRQF_TIMER, timer_name[cpu], NULL); if (irq < 0) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |