ia64: xen: Use irq accessor functions
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
dea1078e1a
commit
41ef020321
1 changed files with 1 additions and 3 deletions
|
@ -138,7 +138,6 @@ static void
|
||||||
__xen_register_percpu_irq(unsigned int cpu, unsigned int vec,
|
__xen_register_percpu_irq(unsigned int cpu, unsigned int vec,
|
||||||
struct irqaction *action, int save)
|
struct irqaction *action, int save)
|
||||||
{
|
{
|
||||||
struct irq_desc *desc;
|
|
||||||
int irq = 0;
|
int irq = 0;
|
||||||
|
|
||||||
if (xen_slab_ready) {
|
if (xen_slab_ready) {
|
||||||
|
@ -223,8 +222,7 @@ __xen_register_percpu_irq(unsigned int cpu, unsigned int vec,
|
||||||
* mark the interrupt for migrations and trigger it
|
* mark the interrupt for migrations and trigger it
|
||||||
* on cpu hotplug.
|
* on cpu hotplug.
|
||||||
*/
|
*/
|
||||||
desc = irq_desc + irq;
|
irq_set_status_flags(irq, IRQ_PER_CPU);
|
||||||
desc->status |= IRQ_PER_CPU;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue