Changeset babcb148 in mainline for src/main/kinit.c
- Timestamp:
- 2005-04-27T21:19:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10a2e22
- Parents:
- 434f700
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/kinit.c
r434f700 rbabcb148 86 86 * Now that all CPUs are up, we can report what we've found. 87 87 */ 88 for (i = 0; i < config.cpu_count; i++) 88 for (i = 0; i < config.cpu_count; i++) { 89 89 if (cpus[i].active) 90 90 cpu_print_report(&cpus[i]); 91 else 92 printf("cpu%d: not active\n", i); 93 } 91 94 92 95 #ifdef __SMP__
Note:
See TracChangeset
for help on using the changeset viewer.