Changeset babcb148 in mainline for src/main/main.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/main.c

    r434f700 rbabcb148  
    116116                config.base, hardcoded_ktext_size/1024, hardcoded_kdata_size/1024);
    117117
    118         #ifdef __SMP__
    119         mp_init();      /* Multiprocessor */
    120         #endif /* __SMP__ */
     118        arch_late_init();
    121119       
    122120        printf("config.cpu_count=%d\n", config.cpu_count);
Note: See TracChangeset for help on using the changeset viewer.