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

Commit 5580ecee authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

[PATCH] x86_64: Increase NR_IRQ_VECTORS to 32 * NR_CPUS



This prevents running out of GSIs on large Unisys ES7000 machines.
Follows i386

Cc:  "Protasevich, Natalie" <Natalie.Protasevich@unisys.com>

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ee408c79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
#define NR_IRQ_VECTORS NR_IRQS
#else
#define NR_IRQS 224
#define NR_IRQ_VECTORS 1024
#define NR_IRQ_VECTORS (32 * NR_CPUS)
#endif

static __inline__ int irq_canonicalize(int irq)