mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
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>
This commit is contained in:
parent
3dd3d46b78
commit
c8e2aeef0b
@ -15,7 +15,7 @@
|
||||
|
||||
#include "internals.h"
|
||||
|
||||
#if defined(CONFIG_SMP) && defined(CONFIG_GENERIC_HARDIRQS)
|
||||
#ifdef CONFIG_SMP
|
||||
cpumask_var_t irq_default_affinity;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user