Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d35cdc0 authored by Alexander Clouter's avatar Alexander Clouter Committed by Ralf Baechle
Browse files

MIPS: Fix compile for !CONFIG_SMP



Commit fc03bc1715ca0ad4ccfe97aab16bcc9e7129c1a4 breaks compiling MIPS
with SMP disabled.  This patch fixes that.

Signed-off-by: default avatarAlexander Clouter <alex@digriz.org.uk>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a887b4da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#define GIC_TRIG_EDGE			1
#define GIC_TRIG_LEVEL			0

#if CONFIG_SMP
#ifdef CONFIG_SMP
#define GIC_NUM_INTRS			(24 + NR_CPUS * 2)
#else
#define GIC_NUM_INTRS			32