diff options
Diffstat (limited to 'include/arch/cpu.h')
| -rw-r--r-- | include/arch/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/cpu.h b/include/arch/cpu.h index 3156076..ddea2ac 100644 --- a/include/arch/cpu.h +++ b/include/arch/cpu.h @@ -30,6 +30,7 @@ id_t cpu_id(); /** * Assign tcb to current cpu. + * Essentially sets t->cpu_id to the cpu id, plus whatever the arch needs. * * @param t \ref tcb to assign to current cpu. */ |
