diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-05-03 00:09:25 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-05-03 23:10:03 +0300 |
commit | 4bf859076b16f1b7b096ac1f98039a362cee999e (patch) | |
tree | 3b30f54baed08c2d2cdd0f40fb0665f4e37ed62b /arch/alpha/include/asm | |
parent | 430ad3f0ddd7bb0f6ed8c4c45bbce67e2c7ed396 (diff) | |
download | linux-4bf859076b16f1b7b096ac1f98039a362cee999e.tar.xz |
alpha: cabriolet: remove EV5 CPU support
The sys_cabriolet.c file includes support for multiple evaluation
boards. pc164 and lx164 are for ev56 CPUs, while the eb164 is
now the last supported machine that only supports ev5 but not
ev56.
Acked-by: Paul E. McKenney <paulmck@kernel.org>
Acked-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/alpha/include/asm')
-rw-r--r-- | arch/alpha/include/asm/irq.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/alpha/include/asm/irq.h b/arch/alpha/include/asm/irq.h index e7d22357a5a6..d83b26b6660f 100644 --- a/arch/alpha/include/asm/irq.h +++ b/arch/alpha/include/asm/irq.h @@ -31,8 +31,7 @@ # define NR_IRQS (32768 + 16) /* marvel - 32 pids */ # endif -#elif defined(CONFIG_ALPHA_EB164) || \ - defined(CONFIG_ALPHA_PC164) || \ +#elif defined(CONFIG_ALPHA_PC164) || \ defined(CONFIG_ALPHA_LX164) # define NR_IRQS 35 |