Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eeebbae8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "genirq: Provide an accessor for IRQ_PER_CPU flag""

parents 85d55187 8e05b3e8
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -152,14 +152,6 @@ static inline int irq_balancing_disabled(unsigned int irq)
	return desc->status_use_accessors & IRQ_NO_BALANCING_MASK;
}

static inline int irq_is_per_cpu(unsigned int irq)
{
        struct irq_desc *desc;

        desc = irq_to_desc(irq);
        return desc->status_use_accessors & IRQ_PER_CPU;
}

static inline int irq_is_percpu(unsigned int irq)
{
	struct irq_desc *desc;