diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2003-03-30 22:32:13 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-03-30 22:32:13 -0800 |
| commit | e328b98a082fe40696e744440469577b4b74e013 (patch) | |
| tree | 1b20742074cd8354c62c358aa40b68dcf7078708 /include/linux/mtd | |
| parent | 9e0206abf1d74a1001f3b4a912767d4072856cda (diff) | |
[SOFTIRQ]: Move softirq implementation to common area, add debug check.
1) Every arch implemented local_bh_foo identically, move to
linux/interrupt.h
2) Kill all asm/softirq.h references
3) Kill asm/softirq.h itself
4) Move local_bh_disable() out of line to kernel/softirq.c
5) Add BUG check on irqs_disabled() to local_bh_disable()
Diffstat (limited to 'include/linux/mtd')
| -rw-r--r-- | include/linux/mtd/compatmac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mtd/compatmac.h b/include/linux/mtd/compatmac.h index e5ddc3d408f8..19e6d2f849d5 100644 --- a/include/linux/mtd/compatmac.h +++ b/include/linux/mtd/compatmac.h @@ -194,7 +194,6 @@ static inline int try_inc_mod_count(struct module *mod) #define spin_unlock_bh(lock) do {spin_unlock(lock);end_bh_atomic();} while(0) #else #include <linux/interrupt.h> -#include <asm/softirq.h> #include <linux/spinlock.h> #endif |
