Skip to content
Commit c7259cd7 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq: Do not poll disabled, percpu and timer interrupts



There is no point in polling disabled lines.

percpu does not make sense at all because we only poll on the cpu
we're currently running on. Also polling per_cpu interrupts is racy as
hell. The handler runs without locking so we might get a huge
surprise.

If the timer interrupt needs polling, then we wont get there anyway.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent fa27271b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment