USB: support more Huawei data card product IDs
[linux-2.6/s3c2410-cpufreq.git] / include / asm-s390 / hardirq.h
blob31beb18cb3d1ecab270f4f4cb66e1211cbca0080
1 /*
2 * include/asm-s390/hardirq.h
4 * S390 version
5 * Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
6 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
7 * Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
9 * Derived from "include/asm-i386/hardirq.h"
12 #ifndef __ASM_HARDIRQ_H
13 #define __ASM_HARDIRQ_H
15 #include <linux/threads.h>
16 #include <linux/sched.h>
17 #include <linux/cache.h>
18 #include <linux/interrupt.h>
19 #include <asm/lowcore.h>
21 /* irq_cpustat_t is unused currently, but could be converted
22 * into a percpu variable instead of storing softirq_pending
23 * on the lowcore */
24 typedef struct {
25 unsigned int __softirq_pending;
26 } irq_cpustat_t;
28 #define local_softirq_pending() (S390_lowcore.softirq_pending)
30 #define __ARCH_IRQ_STAT
31 #define __ARCH_HAS_DO_SOFTIRQ
33 #define HARDIRQ_BITS 8
35 extern void account_ticks(u64 time);
37 #endif /* __ASM_HARDIRQ_H */