Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / loongarch / include / asm / hw_irq.h
blob8156ffb67415918d497a04413ab3c6fd6e913e15
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
4 */
5 #ifndef __ASM_HW_IRQ_H
6 #define __ASM_HW_IRQ_H
8 #include <linux/atomic.h>
10 extern atomic_t irq_err_count;
12 #define ARCH_IRQ_INIT_FLAGS IRQ_NOPROBE
15 * interrupt-retrigger: NOP for now. This may not be appropriate for all
16 * machines, we'll see ...
19 #endif /* __ASM_HW_IRQ_H */