-3
kernel/cpu.c
-3
kernel/cpu.c
+1
-1
kernel/smp.c
+1
-1
kernel/smp.c
···
1018
1018
* @cond_func: A callback function that is passed a cpu id and
1019
1019
* the info parameter. The function is called
1020
1020
* with preemption disabled. The function should
1021
-
* return a blooean value indicating whether to IPI
1021
+
* return a boolean value indicating whether to IPI
1022
1022
* the specified CPU.
1023
1023
* @func: The function to run on all applicable CPUs.
1024
1024
* This must be fast and non-blocking.