2 * include/asm-s390/hardirq.h
5 * Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
9 * Derived from "include/asm-i386/hardirq.h"
12 #ifndef __ASM_HARDIRQ_H
13 #define __ASM_HARDIRQ_H
15 #include <asm/lowcore.h>
17 #define local_softirq_pending() (S390_lowcore.softirq_pending)
19 #define __ARCH_IRQ_STAT
20 #define __ARCH_HAS_DO_SOFTIRQ
22 #define HARDIRQ_BITS 8
24 #endif /* __ASM_HARDIRQ_H */