patch-2.1.107 linux/include/asm-i386/softirq.h

Next file: linux/include/asm-i386/string.h
Previous file: linux/include/asm-i386/smp.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/include/asm-i386/softirq.h linux/include/asm-i386/softirq.h
@@ -50,7 +50,7 @@
 	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)) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov