]> Git Repo - J-linux.git/blob - arch/alpha/include/asm/hw_irq.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / alpha / include / asm / hw_irq.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ALPHA_HW_IRQ_H
3 #define _ALPHA_HW_IRQ_H
4
5
6 extern volatile unsigned long irq_err_count;
7 DECLARE_PER_CPU(unsigned long, irq_pmi_count);
8
9 #ifdef CONFIG_ALPHA_GENERIC
10 #define ACTUAL_NR_IRQS  alpha_mv.nr_irqs
11 #else
12 #define ACTUAL_NR_IRQS  NR_IRQS
13 #endif
14
15 #endif
This page took 0.027773 seconds and 4 git commands to generate.