1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 3 * S390 version 4 * Copyright IBM Corp. 1999, 2000 5 * Author(s): Martin Schwidefsky (schwidefs 6 * Denis Joseph Barrow (djbarrow 7 * 8 * Derived from "include/asm-i386/hardirq.h" 9 */ 10 11 #ifndef __ASM_HARDIRQ_H 12 #define __ASM_HARDIRQ_H 13 14 #include <asm/lowcore.h> 15 16 #define local_softirq_pending() (get_lowcore() 17 #define set_softirq_pending(x) (get_lowcore()- 18 #define or_softirq_pending(x) (get_lowcore()- 19 20 #define __ARCH_IRQ_STAT 21 #define __ARCH_IRQ_EXIT_IRQS_DISABLED 22 23 static inline void ack_bad_irq(unsigned int ir 24 { 25 printk(KERN_CRIT "unexpected IRQ trap 26 } 27 28 #endif /* __ASM_HARDIRQ_H */ 29
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.