blob: aa74915f8aa21c1682c3031a559ad9f260f389f9 [file] [log] [blame]
Thomas Gleixner1a59d1b82019-05-27 08:55:05 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Isaku Yamahata213060a2008-05-19 22:13:40 +09002/******************************************************************************
Tony Luck7f304912008-08-01 10:13:32 -07003 * arch/ia64/include/asm/native/irq.h
Isaku Yamahata213060a2008-05-19 22:13:40 +09004 *
5 * Copyright (c) 2008 Isaku Yamahata <yamahata at valinux co jp>
6 * VA Linux Systems Japan K.K.
Isaku Yamahata213060a2008-05-19 22:13:40 +09007 */
8
9#ifndef _ASM_IA64_NATIVE_IRQ_H
10#define _ASM_IA64_NATIVE_IRQ_H
11
12#define NR_VECTORS 256
13
14#if (NR_VECTORS + 32 * NR_CPUS) < 1024
15#define IA64_NATIVE_NR_IRQS (NR_VECTORS + 32 * NR_CPUS)
16#else
17#define IA64_NATIVE_NR_IRQS 1024
18#endif
19
20#endif /* _ASM_IA64_NATIVE_IRQ_H */