patch-2.4.0-test9 linux/arch/ppc/kernel/xics.c

Next file: linux/arch/ppc/lib/string.S
Previous file: linux/arch/ppc/kernel/walnut_setup.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/arch/ppc/kernel/xics.c linux/arch/ppc/kernel/xics.c
@@ -166,7 +166,7 @@
 void xics_ipi_action(int irq, void *dev_id, struct pt_regs *regs)
 {
 	qirr_info(smp_processor_id()) = 0xff;
-	smp_message_recv(MSG_RESCHEDULE);
+	smp_message_recv(MSG_RESCHEDULE, regs);
 }
 
 void xics_cause_IPI(int cpu)

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