Skip to content
Commit 5320eb42 authored by Sebastian Andrzej Siewior's avatar Sebastian Andrzej Siewior Committed by Jason A. Donenfeld
Browse files

irq: remove unused flags argument from __handle_irq_event_percpu()



The __IRQF_TIMER bit from the flags argument was used in
add_interrupt_randomness() to distinguish the timer interrupt from other
interrupts. This is no longer the case.

Remove the flags argument from __handle_irq_event_percpu().

Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
parent 703f7066
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