Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hardirq.h
Go to the documentation of this file.
1 /*
2  * S390 version
3  * Copyright IBM Corp. 1999, 2000
4  * Author(s): Martin Schwidefsky ([email protected]),
5  * Denis Joseph Barrow ([email protected],[email protected])
6  *
7  * Derived from "include/asm-i386/hardirq.h"
8  */
9 
10 #ifndef __ASM_HARDIRQ_H
11 #define __ASM_HARDIRQ_H
12 
13 #include <asm/lowcore.h>
14 
15 #define local_softirq_pending() (S390_lowcore.softirq_pending)
16 
17 #define __ARCH_IRQ_STAT
18 #define __ARCH_HAS_DO_SOFTIRQ
19 #define __ARCH_IRQ_EXIT_IRQS_DISABLED
20 
21 #define HARDIRQ_BITS 8
22 
23 #endif /* __ASM_HARDIRQ_H */