Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
genirq: remove redundant if condition
Impact: cleanup The code is only compiled if CONFIG_GENERIC_HARDIRQS=y so another check for this define in the code is redundant. Remove it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
- Loading branch information