Changeset babcb148 in mainline for src/main/kinit.c


Ignore:
Timestamp:
2005-04-27T21:19:42Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10a2e22
Parents:
434f700
Message:

ACPI detection code.
MP detection code rewrite.
Minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/kinit.c

    r434f700 rbabcb148  
    8686         * Now that all CPUs are up, we can report what we've found.
    8787         */
    88         for (i = 0; i < config.cpu_count; i++)
     88        for (i = 0; i < config.cpu_count; i++) {
    8989                if (cpus[i].active)
    9090                        cpu_print_report(&cpus[i]);
     91                else
     92                        printf("cpu%d: not active\n", i);
     93        }
    9194
    9295#ifdef __SMP__
Note: See TracChangeset for help on using the changeset viewer.