Changeset 0f4f1b2 in mainline for kernel/generic/src/console/cmd.c
- Timestamp:
- 2024-01-15T17:10:27Z (16 months ago)
- Branches:
- master
- Children:
- e82879c
- Parents:
- a064d4f
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-01-15 16:37:22)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-01-15 17:10:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/console/cmd.c
ra064d4f r0f4f1b2 1004 1004 printf("cpu%u: ", i); 1005 1005 thread_wire(thread, &cpus[i]); 1006 thread_ ready(thread_ref(thread));1006 thread_start(thread); 1007 1007 thread_join(thread); 1008 1008 } else
Note:
See TracChangeset
for help on using the changeset viewer.