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

Next file: linux/include/asm-sparc/atomic.h
Previous file: linux/include/asm-s390x/string.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/include/asm-sh/softirq.h linux/include/asm-sh/softirq.h
@@ -26,7 +26,6 @@
 } while (0)
 
 #define __cpu_raise_softirq(cpu, nr) set_bit((nr), &softirq_pending(cpu));
-#define raise_softirq(nr)	__cpu_raise_softirq(smp_processor_id(), (nr))
 
 #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)