File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -268,20 +268,16 @@ void xen_send_IPI_allbutself(int vector)
268
268
269
269
static irqreturn_t xen_call_function_interrupt (int irq , void * dev_id )
270
270
{
271
- irq_enter ();
272
271
generic_smp_call_function_interrupt ();
273
272
inc_irq_stat (irq_call_count );
274
- irq_exit ();
275
273
276
274
return IRQ_HANDLED ;
277
275
}
278
276
279
277
static irqreturn_t xen_call_function_single_interrupt (int irq , void * dev_id )
280
278
{
281
- irq_enter ();
282
279
generic_smp_call_function_single_interrupt ();
283
280
inc_irq_stat (irq_call_count );
284
- irq_exit ();
285
281
286
282
return IRQ_HANDLED ;
287
283
}
Original file line number Diff line number Diff line change @@ -458,10 +458,8 @@ static void xen_pv_stop_other_cpus(int wait)
458
458
459
459
static irqreturn_t xen_irq_work_interrupt (int irq , void * dev_id )
460
460
{
461
- irq_enter ();
462
461
irq_work_run ();
463
462
inc_irq_stat (apic_irq_work_irqs );
464
- irq_exit ();
465
463
466
464
return IRQ_HANDLED ;
467
465
}
You can’t perform that action at this time.
0 commit comments