s390/comments: unify copyright messages and remove file names
[deliverable/linux.git] / arch / s390 / include / asm / hardirq.h
CommitLineData
1da177e4 1/*
1da177e4 2 * S390 version
a53c8fab 3 * Copyright IBM Corp. 1999, 2000
1da177e4
LT
4 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
5 * Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
6 *
7 * Derived from "include/asm-i386/hardirq.h"
8 */
9
10#ifndef __ASM_HARDIRQ_H
11#define __ASM_HARDIRQ_H
12
1da177e4
LT
13#include <asm/lowcore.h>
14
1da177e4
LT
15#define local_softirq_pending() (S390_lowcore.softirq_pending)
16
17#define __ARCH_IRQ_STAT
18#define __ARCH_HAS_DO_SOFTIRQ
2215011d 19#define __ARCH_IRQ_EXIT_IRQS_DISABLED
1da177e4
LT
20
21#define HARDIRQ_BITS 8
22
1da177e4 23#endif /* __ASM_HARDIRQ_H */
This page took 0.582014 seconds and 5 git commands to generate.