diff options
Diffstat (limited to 'src/include/sys')
| -rw-r--r-- | src/include/sys/misc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/sys/misc.h b/src/include/sys/misc.h index 1ffd8e6a7..f1c62273b 100644 --- a/src/include/sys/misc.h +++ b/src/include/sys/misc.h @@ -142,6 +142,9 @@ uint64_t cpu_spr_value(CpuSprNames spr); * * @retval 0 - Success * @retval -EDEADLK - Cores other than the master are already running. + * + * @note This function will migrate the task to the master thread and in the + * process will unset any task affinity. See task_affinity_unpin(). */ int cpu_master_winkle(); |

