commit | 5320eb42dec7a7ef3ab7da3c5c0d7f889a5181e5 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Tue Dec 07 13:17:34 2021 +0100 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Fri Jan 07 00:25:25 2022 +0100 |
tree | 2e1b264078751ac81fa99ce67215b35c468a841d | |
parent | 703f7066f40599c290babdb79dd61319264987e9 [diff] |
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: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>