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

Commit 8e05b3e8 authored by Ian Maund's avatar Ian Maund
Browse files

Revert "genirq: Provide an accessor for IRQ_PER_CPU flag"



This reverts commit 2868c034. An upstream
patch, providing the same functionality, has been added, allowing this
commit to be removed.

Change-Id: I1ae50c0efb1ef560c8a3ff257fada3edfaf328ea
Signed-off-by: default avatarIan Maund <imaund@codeaurora.org>
parent 81a9316a
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;