Commit 1267a8df authored by David Daney's avatar David Daney Committed by Linus Torvalds

Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.

In interrupt.h these functions are declared only if
CONFIG_GENERIC_HARDIRQS is set.  We should define them under identical
conditions.
Signed-off-by: default avatarDavid Daney <ddaney@caviumnetworks.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 40413dcb
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include "internals.h" #include "internals.h"
#ifdef CONFIG_SMP #if defined(CONFIG_SMP) && defined(CONFIG_GENERIC_HARDIRQS)
cpumask_var_t irq_default_affinity; cpumask_var_t irq_default_affinity;
static int init_irq_default_affinity(void) static int init_irq_default_affinity(void)
......
Markdown is supported
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