patch-2.4.7 linux/arch/s390x/kernel/smp.c

Next file: linux/arch/s390x/mm/fault.c
Previous file: linux/arch/s390x/kernel/reipl.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/arch/s390x/kernel/smp.c linux/arch/s390x/kernel/smp.c
@@ -510,8 +510,7 @@
  */
 {
         if (atomic_read(&smp_commenced) != 0)
-                smp_ext_call_others(func, info, 1);
-        (func)(info);
+                smp_ext_call_others(func, info, wait);
         return 0;
 }
 

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