patch-2.1.16 linux/arch/sparc/kernel/smp.c

Next file: linux/arch/sparc/kernel/solaris.c
Previous file: linux/arch/sparc/kernel/signal.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.15/linux/arch/sparc/kernel/smp.c linux/arch/sparc/kernel/smp.c
@@ -558,6 +558,9 @@
 void smp_flush_page_to_ram(unsigned long page)
 { xc1((smpfunc_t) local_flush_page_to_ram, page); }
 
+void smp_flush_sig_insns(struct mm_struct *mm, unsigned long insn_addr)
+{ xc2((smpfunc_t) local_flush_sig_insns, (unsigned long) mm, insn_addr); }
+
 /* Reschedule call back. */
 void smp_reschedule_irq(void)
 {

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