diff options
| author | Jun Nakajima <jun.nakajima@intel.com> | 2002-10-31 20:05:02 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-31 20:05:02 -0800 |
| commit | b7c1dee728954a1e4c233fe73ec8441ab2b5dbbd (patch) | |
| tree | c3ba10d2e1550b1f842d3416b79f53d875994085 /include/linux | |
| parent | 60cd84fd5e8354accc1277fcb81fb6d3d3e790e9 (diff) | |
[PATCH] fixes for building kernel 2.5.45 using Intel compiler
I like Alan's idea: IGNLABEL("HmacRxAccepted")
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mtd/compatmac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/compatmac.h b/include/linux/mtd/compatmac.h index 9c9a2276f57e..e5ddc3d408f8 100644 --- a/include/linux/mtd/compatmac.h +++ b/include/linux/mtd/compatmac.h @@ -193,6 +193,7 @@ static inline int try_inc_mod_count(struct module *mod) #define spin_lock_bh(lock) do {start_bh_atomic();spin_lock(lock);} while(0) #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 |
