diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /include/asm-i386/softirq.h | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'include/asm-i386/softirq.h')
-rw-r--r-- | include/asm-i386/softirq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/softirq.h b/include/asm-i386/softirq.h index 008edf305..f77cce80a 100644 --- a/include/asm-i386/softirq.h +++ b/include/asm-i386/softirq.h @@ -50,7 +50,7 @@ static inline void end_bh_atomic(void) atomic_dec(&global_bh_lock); } -/* These are for the irq's testing the lock */ +/* These are for the IRQs testing the lock */ static inline int softirq_trylock(int cpu) { if (!test_and_set_bit(0,&global_bh_count)) { |