Changeset 0132630 in mainline for generic/src/main/kinit.c
- Timestamp:
- 2006-01-03T21:55:31Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b524c5e0
- Parents:
- 93e90c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/kinit.c
r93e90c7 r0132630 70 70 { 71 71 thread_t *t; 72 int i;73 72 #ifdef CONFIG_USERSPACE 74 73 vm_t *m; … … 101 100 * Now that all CPUs are up, we can report what we've found. 102 101 */ 103 for (i = 0; i < config.cpu_count; i++) { 104 if (cpus[i].active) 105 cpu_print_report(&cpus[i]); 106 else 107 printf("cpu%d: not active\n", i); 108 } 102 cpu_list(); 109 103 110 104 #ifdef CONFIG_SMP 111 105 if (config.cpu_count > 1) { 106 int i; 107 112 108 /* 113 109 * For each CPU, create its load balancing thread.
Note:
See TracChangeset
for help on using the changeset viewer.