mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-09 18:38:42 +00:00
irq_cpustat_t and ack_bad_irq() are exactly the same as the asm-generic ones. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lore.kernel.org/r/20201113141733.156361337@linutronix.de
10 lines
201 B
C
10 lines
201 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __ASM_UM_HARDIRQ_H
|
|
#define __ASM_UM_HARDIRQ_H
|
|
|
|
#include <asm-generic/hardirq.h>
|
|
|
|
#define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
|
|
|
|
#endif /* __ASM_UM_HARDIRQ_H */
|