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
- Lines: 10
- Date:
Wed Jul 4 11:50:39 2001
- Orig file:
v2.4.6/linux/arch/s390x/kernel/smp.c
- Orig date:
Wed Apr 11 19:02:29 2001
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)