patch-2.4.10 linux/include/asm-sh/softirq.h

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

diff -u --recursive --new-file v2.4.9/linux/include/asm-sh/softirq.h linux/include/asm-sh/softirq.h
@@ -18,14 +18,12 @@
 
 #define local_bh_enable()				\
 do {							\
+	barrier();					\
 	if (!--local_bh_count(smp_processor_id())	\
 	    && softirq_pending(smp_processor_id())) {	\
 		do_softirq();				\
-		__sti();				\
 	}						\
 } while (0)
-
-#define __cpu_raise_softirq(cpu, nr) set_bit((nr), &softirq_pending(cpu));
 
 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)